TouchDevice.OnManipulationEnded(Boolean) 方法

定義

當操作結束後呼叫。

protected:
 virtual void OnManipulationEnded(bool cancel);
[System.Security.SecurityCritical]
protected virtual void OnManipulationEnded (bool cancel);
protected virtual void OnManipulationEnded (bool cancel);
[<System.Security.SecurityCritical>]
abstract member OnManipulationEnded : bool -> unit
override this.OnManipulationEnded : bool -> unit
abstract member OnManipulationEnded : bool -> unit
override this.OnManipulationEnded : bool -> unit
Protected Overridable Sub OnManipulationEnded (cancel As Boolean)

參數

cancel
Boolean

true 表示取消動作,否則為 false

屬性

適用於

另請參閱