Spread Windows Forms 12.0 Product Documentation
OnComboDropDown Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : OnComboDropDown Method
EditorNotifyEventArgs object that contains event arguments
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)
protected virtual void OnComboDropDown( 
   EditorNotifyEventArgs e
)

Parameters

e
EditorNotifyEventArgs object that contains event arguments
See Also

Reference

FpSpread Class
FpSpread Members