Sdílet prostřednictvím


PaginationProgressEventArgs(Int32, Int32) Konstruktor

Definice

Inicializuje novou instanci PaginationProgressEventArgs třídy.

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

Číslo stránky (od nuly) stránkované první stránky.

count
Int32

Počet souvislých stránkovaných stránek.

Platí pro

Viz také