ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / ShouldDrawFontEventHandler Delegate
The source of the event.
A ShouldDrawFontEventArgs object that contains the event data.

In This Topic
    ShouldDrawFontEventHandler Delegate
    In This Topic
    Represents the method that handles the ShouldDrawFont event.
    Syntax
    'Declaration
     
    Public Delegate Sub ShouldDrawFontEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As ShouldDrawFontEventArgs _
    ) 
    public delegate void ShouldDrawFontEventHandler( 
       System.object sender,
       ShouldDrawFontEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    A ShouldDrawFontEventArgs object that contains the event data.
    See Also