DataErrorsChangedEventArgs.PropertyName Property

Definition

Gets or sets the name of the property or entity.

public:
 property Platform::String ^ PropertyName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring PropertyName();

void PropertyName(winrt::hstring value);
public string PropertyName { get; set; }
var string = dataErrorsChangedEventArgs.propertyName;
dataErrorsChangedEventArgs.propertyName = string;
Public Property PropertyName As String

Property Value

String

Platform::String

winrt::hstring

The name of the property or entity.

Applies to