'Declaration Public Delegate Sub PaintGrayAreaEventHandler( _ ByVal sender As Object, _ ByVal e As PaintGrayAreaEventArgs _ )
'Usage Dim instance As New PaintGrayAreaEventHandler(AddressOf HandlerMethod)
public delegate void PaintGrayAreaEventHandler( object sender, PaintGrayAreaEventArgs e )
Parameters
- sender
- Source of the event
- e
- Event data
Return Value
For information on the event, refer to the FpSpread PaintGrayArea event.