In This Topic
Raises the Click event.
Syntax
'Declaration
Protected Overridable Sub OnClick( _
ByVal As EventArgs _
)
'Usage
Dim instance As FpCombo
Dim e As EventArgs
instance.OnClick(e)
protected virtual void OnClick(
EventArgs
)
Parameters
- e
- Event arguments
See Also