ASP.NET Core MVC Controls | ComponentOne
In This Topic
    ProgressEventArgs Class
    In This Topic
    File
    wijmo.olap.js
    Module
    wijmo.olap
    Base Class
    EventArgs

    Provides arguments for progress events.

    Constructor

    Properties

    Events

    Constructor

    constructor

    constructor(progress: number): ProgressEventArgs
    

    Initializes a new instance of the ProgressEventArgs class.

    Parameters
    • progress: number

      Number between 0 and 100 that represents the progress.

    Returns
    ProgressEventArgs

    Properties

    progress

    Gets the current progress as a number between 0 and 100.

    Type
    number

    Events

     

    Static empty

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

    Inherited From
    EventArgs
    Arguments
    EventArgs