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