TouchDevice.IManipulator.ManipulationEnded(Boolean) Metoda

Definicja

Występuje po zakończeniu manipulowania.

 virtual void System.Windows.Input.IManipulator.ManipulationEnded(bool cancel) = System::Windows::Input::IManipulator::ManipulationEnded;
[System.Security.SecurityCritical]
void IManipulator.ManipulationEnded (bool cancel);
void IManipulator.ManipulationEnded (bool cancel);
[<System.Security.SecurityCritical>]
abstract member System.Windows.Input.IManipulator.ManipulationEnded : bool -> unit
override this.System.Windows.Input.IManipulator.ManipulationEnded : bool -> unit
abstract member System.Windows.Input.IManipulator.ManipulationEnded : bool -> unit
override this.System.Windows.Input.IManipulator.ManipulationEnded : bool -> unit
Sub ManipulationEnded (cancel As Boolean) Implements IManipulator.ManipulationEnded

Parametry

cancel
Boolean

true aby anulować akcję; w przeciwnym razie , false.

Implementuje

Atrybuty

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy TouchDevice wystąpienie jest rzutowanie do interfejsu IManipulator .

Dotyczy