OnDropDownClosed Method (GcTextBox)
Raises the
DropDownClosed event.
protected virtual void OnDropDownClosed(
EventArgs
)
'Declaration
Protected Overridable Sub OnDropDownClosed( _
ByVal As EventArgs _
)
'Usage
Dim instance As GcTextBox
Dim e As EventArgs
instance.OnDropDownClosed(e)
Parameters
- e
- A System.EventArgs instance that contains the event data.