Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnComboCloseUp Method
EditorNotifyEventArgs object that contains the event data


In This Topic
    OnComboCloseUp Method
    In This Topic
    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