Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1BackstageView Class / DropDownClosing Event

In This Topic
    DropDownClosing Event (C1BackstageView)
    In This Topic
    Occurs when the drop-down portion of C1BackstageView closing.
    Syntax
    'Declaration
     
    
    Public Event DropDownClosing As EventHandler(Of CancelEventArgs)
    public event EventHandler<CancelEventArgs> DropDownClosing
    Event Data

    The event handler receives an argument of type CancelEventArgs containing data related to this event. The following CancelEventArgs properties provide information specific to this event.

    PropertyDescription
     
    See Also