[]
        
(Showing Draft Content)

C1.WPF.Report.ReportEventHandler

ReportEventHandler Delegate

Represents the method that will handle StartPage, EndPage, StartSection, PrintSection events.

Namespace: C1.WPF.Report
Assembly: C1.WPF.Report.dll
Syntax
public delegate void ReportEventHandler(object sender, ReportEventArgs e)
Parameters
Type Name Description
object sender Represents the method that will handle , , , events.
ReportEventArgs e Represents the method that will handle , , , events.

Constructors

Name Description
ReportEventHandler(object, IntPtr)

Methods

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