ActiveReports.Viewer3 Request technical support
PrintAborted Event
See Also 


Syntax

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

See Also