ASP.NET Core MVC Controls | ComponentOne
In This Topic
    PageChangingEventArgs Class
    In This Topic
    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
    • newIndex: number

      Index of the page that is about to become current.

    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