OperationValidationEventArgs.IsValid 属性

定义

如果操作有效,则为 true;否则为 false

public:
 property bool IsValid { bool get(); void set(bool value); };
public bool IsValid { get; set; }
member this.IsValid : bool with get, set
Public Property IsValid As Boolean

属性值

如果操作有效,则为 true;否则为 false

适用于