UIElement.ManipulationCompleted Zdarzenie
Definicja
public:
event EventHandler<System::Windows::Input::ManipulationCompletedEventArgs ^> ^ ManipulationCompleted;
public event EventHandler<System.Windows.Input.ManipulationCompletedEventArgs> ManipulationCompleted;
member this.ManipulationCompleted : EventHandler<System.Windows.Input.ManipulationCompletedEventArgs>
Public Custom Event ManipulationCompleted As EventHandler(Of ManipulationCompletedEventArgs)
Typ zdarzenia
Uwagi
To zdarzenie służy do uzyskiwania informacji o manipulowaniu po jego zakończeniu.You can use this event to get information about the manipulation when it completes. Na przykład, można użyć właściwości, ManipulationCompletedEventArgs.TotalManipulation Aby określić łączną kwotę manipulacji.For example, you can use the ManipulationCompletedEventArgs.TotalManipulation property to determine the total amount the position of the manipulation changed.
Aby uzyskać więcej informacji na temat manipulowania, zobacz przegląd danych wejściowych.For more information about manipulations, see the Input Overview. Przykład aplikacji reagującej na manipulowanie, zobacz Przewodnik: Tworzenie pierwszej aplikacji dotykowej.For an example of an application that responds to manipulations, see Walkthrough: Creating Your First Touch Application.
Informacje dotyczące kierowanego zdarzeniaRouted Event Information
Pole identyfikatoraIdentifier field | ManipulationCompletedEvent |
Strategia routinguRouting strategy | PropagacjaBubbling |
DelegatDelegate | EventHandler<TEventArgs> typu ManipulationCompletedEventArgs.EventHandler<TEventArgs> of type ManipulationCompletedEventArgs. |