PropertyChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A general property changed EventArgs used to notify shapes of both IMS property changes as well as CLR property changes.
public ref class PropertyChangedEventArgs : System::ComponentModel::PropertyChangedEventArgs
public class PropertyChangedEventArgs : System.ComponentModel.PropertyChangedEventArgs
type PropertyChangedEventArgs = class
inherit PropertyChangedEventArgs
Public Class PropertyChangedEventArgs
Inherits PropertyChangedEventArgs
- Inheritance
-
PropertyChangedEventArgs
Constructors
PropertyChangedEventArgs(String, Object, Object) |
Initializes a new instance of the PropertyChangedEventArgs class. |
Properties
NewValue |
Gets the new value of the property. |
OldValue |
Gets the old value of the property. |