'Declaration Public Event RibbonEvent As System.EventHandler(Of RibbonEventArgs)
public event System.EventHandler<RibbonEventArgs> RibbonEvent
Event Data
The event handler receives an argument of type C1.Win.Ribbon.RibbonEventArgs containing data related to this event. The following RibbonEventArgs properties provide information specific to this event.
Property | Description |
---|---|
EventType | |
Item |
See Also