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

    Provides arguments for property change events.

    Constructor

    Properties

    Events

    Constructor

    constructor

    constructor(propertyName: string, oldValue: any, newValue: any): PropertyChangedEventArgs
    

    Initializes a new instance of the PropertyChangedEventArgs class.

    Parameters
    • propertyName: string

      The name of the property whose value changed.

    • oldValue: any

      The old value of the property.

    • newValue: any

      The new value of the property.

    Returns
    PropertyChangedEventArgs

    Properties

    newValue

    Gets the new value of the property.

    Type
    any

    oldValue

    Gets the old value of the property.

    Type
    any

    propertyName

    Gets the name of the property whose value changed.

    Type
    string

    Events

     

    Static empty

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

    Inherited From
    EventArgs
    Arguments
    EventArgs