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 否则。

适用于