ActiveReports.Viewer3 Request technical support
PrintAborted Event
See Also 


Occurs if the user clicks the Abort button on the status dialog.

Syntax

Visual Basic (Declaration) 
Public Event PrintAborted() As PrintAbortedEventHandler
Visual Basic (Usage)Copy Code
Dim instance As ActiveReportPrintControllerWithStatusDialog
Dim handler As PrintAbortedEventHandler
 
AddHandler instance.PrintAborted, handler
C# 
public event PrintAbortedEventHandler PrintAborted()

See Also