PagesChangedEventArgs(Int32, Int32) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy PagesChangedEventArgs.

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

Parametry

start
Int32

Numer strony (od zera) pierwszej strony, która uległa zmianie.

count
Int32

Liczba stron ciągłych, które uległy zmianie.

Dotyczy

Zobacz też