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.

属性

适用于

另请参阅