GdViewer.AfterPrintPageEventArgs Constructor(RoutedEvent,Int32,Int32)
In This Topic
Syntax
'Declaration
Public Function New( _
ByVal As RoutedEvent, _
ByVal As Integer, _
ByVal As Integer _
)
public GdViewer.AfterPrintPageEventArgs(
RoutedEvent ,
int ,
int
)
public GdViewer.AfterPrintPageEventArgs(
: RoutedEvent;
: Integer;
: Integer
);
public function GdViewer.AfterPrintPageEventArgs(
: RoutedEvent,
: int,
: int
);
public: GdViewer.AfterPrintPageEventArgs(
RoutedEvent* ,
int ,
int
)
public:
GdViewer.AfterPrintPageEventArgs(
RoutedEvent^ ,
int ,
int
)
Parameters
- routedEvent
- Page
- PagesLeft
See Also