| C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > C1Ribbon Class : GroupDeserialized Event |
'Declaration Public Event GroupDeserialized As System.EventHandler(Of GroupDeserializedEventArgs)
public event System.EventHandler<GroupDeserializedEventArgs> GroupDeserialized
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. |