PropertyChangedEventArgs
Class
Definition
Provides data for the PropertyChanged event.
public class PropertyChangedEventArgs : EventArgs
- Inheritance
Inherited Members
System.EventArgs
System.Object
Remarks
A PropertyChanged event is raised when a property is changed on a component. A PropertyChangedEventArgs object specifies the name of the property that changed.
PropertyChangedEventArgs provides the PropertyName property to get the name of the property that changed.
Constructors
| PropertyChangedEventArgs(String) |
Initializes a new instance of the PropertyChangedEventArgs class. |
Properties
| PropertyName |
Gets the name of the property that changed. |