[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Printing.PrintAbortedEventHandler

PrintAbortedEventHandler Delegate

Summary description for Document Events.

Namespace: GrapeCity.ActiveReports.Printing
Assembly: MESCIUS.ActiveReports.dll
Syntax
public delegate void PrintAbortedEventHandler(object sender, EventArgs e)
Parameters
Type Name Description
object sender Summary description for Document Events.
EventArgs e Summary description for Document Events.

Constructors

Name Description
PrintAbortedEventHandler(object, IntPtr)

Methods

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

Extension Methods