ActiveReports.Chart Request technical support
CustomDrawEventHandler Delegate
See Also 


sender
A CustomDrawEventArgs that contains the event data.
e
The source of the event.
Represents the method that handles the CustomDraw event.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub CustomDrawEventHandler( _
   ByVal sender As Object, _
   ByVal e As CustomDrawEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As New CustomDrawEventHandler(AddressOf HandlerMethod)
C# 
public delegate void CustomDrawEventHandler( 
   object sender,
   CustomDrawEventArgs e
)

Parameters

sender
A CustomDrawEventArgs that contains the event data.
e
The source of the event.

See Also