Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnComboDropDown Method
EditorNotifyEventArgs object that contains event arguments


In This Topic
OnComboDropDown Method
In This Topic
Raises the ComboDropDown event.
Syntax
'Declaration
 
Protected Overridable Sub OnComboDropDown( _
   ByVal e As EditorNotifyEventArgs _
) 
 
'Usage
 
Dim instance As FpSpread
Dim e As EditorNotifyEventArgs
 
instance.OnComboDropDown(e)

Parameters

e
EditorNotifyEventArgs object that contains event arguments
See Also