[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.CustomDrawEventHandler

CustomDrawEventHandler Delegate

Specifies custom drawing event

Namespace: GrapeCity.ActiveReports.Chart
Assembly: MESCIUS.ActiveReports.Chart.dll
Syntax
public delegate void CustomDrawEventHandler(object sender, CustomDrawEventArgs e)
Parameters
Type Name Description
object sender Specifies custom drawing event
CustomDrawEventArgs e Specifies custom drawing event

Constructors

Name Description
CustomDrawEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, CustomDrawEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, CustomDrawEventArgs)