C1.Win.C1Ribbon.4.8 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 _
) 
 

Parameters

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