'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.