'Declaration Public Event UpdatingItemStyle As System.EventHandler(Of UpdatingItemStyleEventArgs)
public event System.EventHandler<UpdatingItemStyleEventArgs> UpdatingItemStyle
Event Data
The event handler receives an argument of type C1.Win.Ribbon.UpdatingItemStyleEventArgs containing data related to this event. The following UpdatingItemStyleEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ForeColor | |
ForeColorEditor | |
IsDroppedDown | |
IsEnabled | |
IsHot | |
IsPressed | |
RibbonItem |
See Also