ValidatedEventArgs 类

定义

ValidatedEventArgs 事件提供数据。

public ref class ValidatedEventArgs : EventArgs
public class ValidatedEventArgs : EventArgs
type ValidatedEventArgs = class
    inherit EventArgs
Public Class ValidatedEventArgs
Inherits EventArgs
继承
ValidatedEventArgs

构造函数

ValidatedEventArgs()

使用默认属性值初始化 ValidatedEventArgs 类的新实例。

ValidatedEventArgs(ValidationState)

使用指定的状态初始化 ValidatedEventArgs 类的新实例。

属性

State

获取验证事件的状态。

适用于