Spread Windows Forms 12.0 Product Documentation
OnComboCloseUp Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : OnComboCloseUp Method
EditorNotifyEventArgs object that contains the event data
Raises the ComboCloseUp event.
Syntax
'Declaration
 
Protected Overridable Sub OnComboCloseUp( _
   ByVal e As EditorNotifyEventArgs _
) 
'Usage
 
Dim instance As FpSpread
Dim e As EditorNotifyEventArgs
 
instance.OnComboCloseUp(e)
protected virtual void OnComboCloseUp( 
   EditorNotifyEventArgs e
)

Parameters

e
EditorNotifyEventArgs object that contains the event data
See Also

Reference

FpSpread Class
FpSpread Members