Windows.UI.Xaml.Input.ManipulationStartedRoutedEventArgs.Complete C# (CSharp) Méthode

Complete() public méthode

public Complete ( ) : void
Résultat void
		public extern void Complete();
	}

Usage Example

 private void UIElement_OnManipulationStarted(object sender, ManipulationStartedRoutedEventArgs e)
 {
     e.Handled = true;
     e.Complete();
 }
All Usage Examples Of Windows.UI.Xaml.Input.ManipulationStartedRoutedEventArgs::Complete
ManipulationStartedRoutedEventArgs