OnClick Method (ArrowShape)
In This Topic
Click processing.
Syntax
'Declaration
Protected Overridable Sub OnClick( _
ByVal As EventArgs _
)
'Usage
Dim instance As ArrowShape
Dim e As EventArgs
instance.OnClick(e)
protected virtual void OnClick(
EventArgs
)
Parameters
- e
See Also