Gets the name of the property that changed.
[Visual Basic] Overridable Public ReadOnly Property PropertyName As String [C#] public string PropertyName {virtual get;} [C++] public: __property virtual String* get_PropertyName(); [JScript] public function get PropertyName() : String;
The name of the property that changed.
PropertyChangedEventArgs Class | PropertyChangedEventArgs Members | System.ComponentModel Namespace