'Declaration Public Event UpdatingItemFont As System.EventHandler(Of UpdatingItemFontEventArgs)
public event System.EventHandler<UpdatingItemFontEventArgs> UpdatingItemFont
Event Data
The event handler receives an argument of type C1.Win.Ribbon.UpdatingItemFontEventArgs containing data related to this event. The following UpdatingItemFontEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Font | |
FontPadding | |
IsHostedInComboBox | |
IsHostedInGroup | |
IsHostedInMenu | |
IsHostedInToolBar | |
NewFont | |
RibbonItem |
See Also