DataObjectEventArgs.CommandCancelled 屬性

定義

會取得一個值,表示相關指令或操作是否已被取消。

public:
 property bool CommandCancelled { bool get(); };
public bool CommandCancelled { get; }
member this.CommandCancelled : bool
Public ReadOnly Property CommandCancelled As Boolean

屬性值

true如果指令已被取消;否則,。 false

備註

呼叫 CancelCommand 將此屬性設定為 true 的方法,並取消相關的指令或操作。

適用於