Share via


DataErrorsChangedEventArgs Class

Definition

Provides event data for the ErrorsChanged event.

public ref class DataErrorsChangedEventArgs sealed
/// [Windows.Foundation.Metadata.Activatable(Microsoft.UI.Xaml.Data.IDataErrorsChangedEventArgsFactory, 65536, "Microsoft.UI.Xaml.WinUIContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class DataErrorsChangedEventArgs final
[Windows.Foundation.Metadata.Activatable(typeof(Microsoft.UI.Xaml.Data.IDataErrorsChangedEventArgsFactory), 65536, "Microsoft.UI.Xaml.WinUIContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class DataErrorsChangedEventArgs
Public NotInheritable Class DataErrorsChangedEventArgs
Inheritance
Object Platform::Object IInspectable DataErrorsChangedEventArgs
Attributes

Constructors

DataErrorsChangedEventArgs(String)

Initializes a new instance of the DataErrorsChangedEventArgs class.

Properties

PropertyName

Gets or sets the name of the property or entity.

Applies to