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

In This Topic
    TabGroupDeserialized Event
    In This Topic
    Occurs when a RibbonContextualTabGroup is loaded from XML.
    Syntax
    'Declaration
     
    Public Event TabGroupDeserialized As System.EventHandler(Of TabGroupDeserializedEventArgs)
    public event System.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