ComponentOne Ribbon for WinForms
ShouldDrawFontEventHandler Delegate

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace : ShouldDrawFontEventHandler Delegate
The source of the event.
A ShouldDrawFontEventArgs object that contains the event data.
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

Reference

ShouldDrawFontEventHandler Members
C1.Win.C1Ribbon Namespace