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

属性

适用于

另请参阅