Spread Windows Forms 12.0 Product Documentation
OnClick Method (ElementControl)


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementControl Class : OnClick Method
Event arguments
Raises the Click event when the user clicks with the cursor over the control.
Syntax
'Declaration
 
Protected Overrides Sub OnClick( _
   ByVal e As EventArgs _
) 
'Usage
 
Dim instance As ElementControl
Dim e As EventArgs
 
instance.OnClick(e)
protected override void OnClick( 
   EventArgs e
)

Parameters

e
Event arguments
Remarks

This method provides event arguments for the System.Forms.Control.Click event, which occurs when the user clicks the mouse button.

See Also

Reference

ElementControl Class
ElementControl Members