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.

Атрибуты

Применяется к

См. также раздел