ShouldDrawFontEventHandler Delegate
Represents the method that handles the ShouldDrawFont event.
'Declaration
Public Delegate Sub ShouldDrawFontEventHandler( _
ByVal As System.Object, _
ByVal As ShouldDrawFontEventArgs _
)
Parameters
- sender
- The source of the event.
- e
- A ShouldDrawFontEventArgs object that contains the event data.