'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 GroupDeserializedEventArgs containing data related to this event. The following GroupDeserializedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Group | Gets the RibbonGroup loaded from XML. |
Remarks
Use this event to subscribe event handlers after loading a RibbonGroup.
See Also