[]
Occurs when other Ribbon events occur.
[C1Category("Action")]
[C1Description("C1Ribbon.RibbonEvent", "Occurs when other Ribbon events occur.")]
public event EventHandler<RibbonEventArgs> RibbonEvent
<C1Category("Action")>
<C1Description("C1Ribbon.RibbonEvent", "Occurs when other Ribbon events occur.")>
Public Event RibbonEvent As EventHandler(Of RibbonEventArgs)
| Type | Description |
|---|---|
| EventHandler<RibbonEventArgs> | Occurs when other Ribbon events occur. |