Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1EditorRibbon Class / TabGroupDeserialized Event

In This Topic
    TabGroupDeserialized Event
    In This Topic
    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 C1.Win.Ribbon.TabGroupDeserializedEventArgs containing data related to this event. The following TabGroupDeserializedEventArgs properties provide information specific to this event.

    PropertyDescription
     
    See Also