Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1Ribbon Class / TabGroupDeserialized Event

In This Topic
    TabGroupDeserialized Event (C1Ribbon)
    In This Topic
    Occurs when a RibbonContextualTabGroup is loaded from XML.
    Syntax
    'Declaration
     
    
    Public Event TabGroupDeserialized As EventHandler(Of TabGroupDeserializedEventArgs)
    public event EventHandler<TabGroupDeserializedEventArgs> TabGroupDeserialized
    Event Data

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

    PropertyDescription
    Gets the RibbonContextualTabGroup loaded from XML.  
    Remarks
    Use this event to subscribe event handlers after loading a RibbonContextualTabGroup.
    See Also