OnClick Method (CanvasBase)
In This Topic
Raises the Click event when the user clicks with the cursor over the control.
Syntax
'Declaration
Protected Overridable Sub OnClick( _
ByVal As EventArgs _
)
'Usage
Dim instance As CanvasBase
Dim e As EventArgs
instance.OnClick(e)
protected virtual void OnClick(
EventArgs
)
Parameters
- e
- Event arguments
See Also