[]
        
(Showing Draft Content)

FarPoint.Win.ElementControl.OnClick

OnClick Method

OnClick(EventArgs)

Raises the Click event when the user clicks with the cursor over the control.

Declaration
protected override void OnClick(EventArgs e)
Protected Overrides Sub OnClick(e As EventArgs)
Parameters
Type Name Description
EventArgs e

Event arguments

Overrides