ComponentOne ASP.NET MVC Controls
PageChangingEventArgs Class
File
wijmo.js
Module
wijmo.collections
Base Class
CancelEventArgs

Provides data for the pageChanging event

Constructor

Properties

Events

Constructor

constructor

constructor(newIndex: number): PageChangingEventArgs

Initializes a new instance of the PageChangingEventArgs class.

Parameters
Returns
PageChangingEventArgs

Properties

cancel

Gets or sets a value that indicates whether the event should be canceled.

Inherited From
CancelEventArgs
Type
boolean

newPageIndex

Gets the index of the page that is about to become current.

Type
number

Events

 

Static empty

Provides a value to use with events that do not have event data.

Inherited From
EventArgs
Arguments
EventArgs