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