See Also

DataDynamics.ActiveReports.Chart Namespace

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

CustomDrawEventHandler Delegate

Represents the method that handles the CustomDraw event.

[Visual Basic]
Public Delegate Sub CustomDrawEventHandler( _    ByVal sender As Object, _    ByVal e As CustomDrawEventArgs _ )
[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

DataDynamics.ActiveReports.Chart Namespace

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.