ASP.NET MVC Controls
PropertyChangedEventArgs Class
File
wijmo.js
Module
wijmo
Base Class
EventArgs

Provides arguments for property change events.

Constructor

Properties

Constructor

constructor

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

Initializes a new instance of the PropertyChangedEventArgs class.

Parameters
Returns
PropertyChangedEventArgs

Properties

Static empty

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

Inherited From
EventArgs
Type
EventArgs

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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback