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

属性

適用対象

こちらもご覧ください