'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.
Property | Description |
---|---|
TabGroup | Gets the RibbonContextualTabGroup loaded from XML. |
Remarks
Use this event to subscribe event handlers after loading a RibbonContextualTabGroup.
See Also