| C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > C1StatusBar Class : RibbonEvent Event |
'Declaration Public Event RibbonEvent As RibbonEventHandler
public event RibbonEventHandler RibbonEvent
The event handler receives an argument of type RibbonEventArgs containing data related to this event. The following RibbonEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| EventType | Gets the type of this event. |
| Item | Gets the item (or group, or tab) that originated the event. |