Intersoft ClientUI Documentation
DocumentViewerEndPrintEventArgs Constructor



the event handler for EndPrint event.
exception that occur during print process.
the printed document name.
Initializes a new instance of the DocumentViewerEndPrintArgs class.
Syntax
Public Function New( _
   ByVal eventHandler As RoutedEvent, _
   ByVal error As Exception, _
   ByVal documentName As String _
)
Dim eventHandler As RoutedEvent
Dim error As Exception
Dim documentName As String
 
Dim instance As New DocumentViewerEndPrintEventArgs(eventHandler, error, documentName)
public DocumentViewerEndPrintEventArgs( 
   RoutedEvent eventHandler,
   Exception error,
   string documentName
)
public:
DocumentViewerEndPrintEventArgs( 
   RoutedEvent^ eventHandler,
   Exception^ error,
   String^ documentName
)

Parameters

eventHandler
the event handler for EndPrint event.
error
exception that occur during print process.
documentName
the printed document name.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DocumentViewerEndPrintEventArgs Class
DocumentViewerEndPrintEventArgs Members

Send Feedback