[]
Occurs before a style is applied to a status bar item.
[C1Category("Appearance")]
[C1Description("C1StatusBar.UpdatingItemStyle", "Occurs before a style is applied to a status bar item.")]
public event EventHandler<UpdatingItemStyleEventArgs> UpdatingItemStyle
<C1Category("Appearance")>
<C1Description("C1StatusBar.UpdatingItemStyle", "Occurs before a style is applied to a status bar item.")>
Public Event UpdatingItemStyle As EventHandler(Of UpdatingItemStyleEventArgs)
| Type | Description |
|---|---|
| EventHandler<UpdatingItemStyleEventArgs> | Occurs before a style is applied to a status bar item. |