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

Glossary Item Box

Occurs when printing of the document pages is cancelled.

Syntax

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

See Also