Class PageChangedEventArgs
Provides data for the PageChanged event.
Inheritance
System.Object
PageChangedEventArgs
Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.WPF.dll
Syntax
public class PageChangedEventArgs : EventArgs
Constructors
PageChangedEventArgs()
Declaration
public PageChangedEventArgs()
Properties
NewPageIndex
Gets or sets the new page index for which the page is navigated to.
Declaration
public int NewPageIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The new page index for which the page is navigated to. |