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
);
DataDynamics.ActiveReports.Chart Namespace
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.