Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / OnDropDown Method / OnDropDown(DropDownEventArgs) Method
DropDownEventArgs object that contains the event data


In This Topic
OnDropDown(DropDownEventArgs) Method
In This Topic
Raises the DropDown event.
Syntax
'Declaration
 
Protected Overloads Overridable Sub OnDropDown( _
   ByVal e As DropDownEventArgs _
) 
 
'Usage
 
Dim instance As FpCombo
Dim e As DropDownEventArgs
 
instance.OnDropDown(e)

Parameters

e
DropDownEventArgs object that contains the event data
See Also