C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1EditorRibbon Class / RibbonEvent Event

RibbonEvent Event
Syntax
'Declaration
 
Public Event RibbonEvent As System.EventHandler(Of RibbonEventArgs)
 
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.

PropertyDescription
 
 
See Also