NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PropertyChangedEventArgs.PropertyName

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;

Property Value

The name of the property that changed.

See Also

PropertyChangedEventArgs Class | PropertyChangedEventArgs Members | System.ComponentModel Namespace