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