ActiveReports Developer 7
PrintAborted Event
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Document Namespace > PageDocument Class : PrintAborted Event

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Event PrintAborted As PrintAbortedEventHandler
C# 
public event PrintAbortedEventHandler PrintAborted

See Also