See Also

DataDynamics.ActiveReports.Document Namespace

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports.Viewer Send feedback to Data Dynamics

PrintAbortedEventHandler Delegate

Represents the method that will handle the PrintAborted event of an ActiveReportPrintControllerWithStatusDialog.

[Visual Basic]
Public Delegate Sub PrintAbortedEventHandler( _    ByVal sender As Object, _    ByVal e As EventArgs _ )
[C#]
public delegate void PrintAbortedEventHandler(    object sender,    EventArgs e );

Parameters

sender
Source of the event.
e
An EventArgs value that contains the event data.

See Also

DataDynamics.ActiveReports.Document Namespace

 

 


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