ValidationErrorEventArgs.Action 属性

定义

获取指示已清除的错误是新错误还是现有错误的值。

public:
 property System::Windows::Controls::ValidationErrorEventAction Action { System::Windows::Controls::ValidationErrorEventAction get(); };
public System.Windows.Controls.ValidationErrorEventAction Action { get; }
member this.Action : System.Windows.Controls.ValidationErrorEventAction
Public ReadOnly Property Action As ValidationErrorEventAction

属性值

指示已清除的错误是新错误还是现有错误的 ValidationErrorEventAction 值。

适用于