DataGridRowEditEndingEventArgs.Cancel 属性

定义

获取或设置指示是否应取消事件的值。

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

属性值

Boolean

如果应取消事件,则为 true;否则为 false。 默认值为 false

适用于

另请参阅