In This Topic
Raises the CloseUp event.
Syntax
'Declaration
Protected Overridable Sub OnCloseUp( _
ByVal As EventArgs _
)
'Usage
Dim instance As FpCombo
Dim e As EventArgs
instance.OnCloseUp(e)
protected virtual void OnCloseUp(
EventArgs
)
Parameters
- e
- EventArgs object that contains the event data
See Also