'Declaration
Public Event TabDeserialized As EventHandler(Of TabDeserializedEventArgs)
public event EventHandler<TabDeserializedEventArgs> TabDeserialized
Event Data
The event handler receives an argument of type TabDeserializedEventArgs containing data related to this event. The following TabDeserializedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Tab | Gets the RibbonTab loaded from XML. |
Remarks
Use this event to subscribe event handlers after loading a RibbonTab.
See Also