Język

PaginationProgressEventArgs(Int32, Int32) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy PaginationProgressEventArgs.

public:
 PaginationProgressEventArgs(int start, int count);
public PaginationProgressEventArgs(int start, int count);
new System.Windows.Documents.PaginationProgressEventArgs : int * int -> System.Windows.Documents.PaginationProgressEventArgs
Public Sub New (start As Integer, count As Integer)

Parametry

start
Int32

Numer strony (oparty na zera) z podziałem na strony pierwszej strony.

count
Int32

Liczba stron ciągłych podzielonych na strony.

Dotyczy

Zobacz też