'Declaration
Protected Overrides Sub OnDropDownOpening( _ ByVal e As DropDownOpeningEventArgs _ )
'Usage
Dim instance As GcNumberEditingControl Dim e As DropDownOpeningEventArgs instance.OnDropDownOpening(e)
protected override void OnDropDownOpening( DropDownOpeningEventArgs e )
Parameters
- e
- A DropDownOpeningEventArgs instance that contains the event data.