Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1EditorRibbon Class / UpdatingItemFont Event

In This Topic
    UpdatingItemFont Event
    In This Topic
    Syntax
    '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.

    PropertyDescription
     
     
     
     
     
     
     
     
    See Also