PropertyChangedEventArgs Class |
Namespace: System.ComponentModel
public class PropertyChangedEventArgs : EventArgs
The PropertyChangedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
PropertyChangedEventArgs |
Initializes a new instance of the System.ComponentModel.PropertyChangedEventArgs class.
|
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
PropertyName |
Gets the name of the property that changed. Returns the name of the property that changed.
|