Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1BackstageView Class / OnDropDownClosing Method

In This Topic
    OnDropDownClosing Method (C1BackstageView)
    In This Topic
    The DropDownClosing event is fired before the drop-down portion of C1BackstageView is closed.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnDropDownClosing( _
       ByVal e As CancelEventArgs _
    ) 
    protected virtual void OnDropDownClosing( 
       CancelEventArgs e
    )

    Parameters

    e
    See Also