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

In This Topic
    GroupDeserialized Event
    In This Topic
    Syntax
    'Declaration
     
    Public Event GroupDeserialized As System.EventHandler(Of GroupDeserializedEventArgs)
    public event System.EventHandler<GroupDeserializedEventArgs> GroupDeserialized
    Event Data

    The event handler receives an argument of type C1.Win.Ribbon.GroupDeserializedEventArgs containing data related to this event. The following GroupDeserializedEventArgs properties provide information specific to this event.

    PropertyDescription
     
    See Also