PropertyChangedEventArgs Members
The following tables list the members exposed by the PropertyChangedEventArgs type.
Public Constructors
Name | Description | |
---|---|---|
PropertyChangedEventArgs | Initializes a new instance of the PropertyChangedEventArgs class. |
Public Fields
Name | Description | |
---|---|---|
NewValue | Contains the value of the specified property after the change. | |
OldValue | Contains the value of the specified property before the change. | |
Property | Contains the name of the property that changes. |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |