Share via


PropertyChangedEventArgs Members

The following tables list the members exposed by the PropertyChangedEventArgs type.

Public Constructors

Name Description
Public Method PropertyChangedEventArgs Initializes a new instance of the PropertyChangedEventArgs class.

Public Fields

Name Description
Public Field NewValue Contains the value of the specified property after the change.
Public Field OldValue Contains the value of the specified property before the change.
Public Field Property Contains the name of the property that changes.

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

PropertyChangedEventArgs Class
Microsoft.SPOT Namespace