Spread Windows Forms 12.0 Product Documentation
OnClick Method (ElementWindowless)


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementWindowless Class : OnClick Method
Event arguments
Raises the Click event when the use clicks on the control.
Syntax
'Declaration
 
Protected Overridable Sub OnClick( _
   ByVal e As EventArgs _
) 
'Usage
 
Dim instance As ElementWindowless
Dim e As EventArgs
 
instance.OnClick(e)
protected virtual void OnClick( 
   EventArgs e
)

Parameters

e
Event arguments
See Also

Reference

ElementWindowless Class
ElementWindowless Members