Beispiel #1
0
 void ManipulateMe_ManipulationStarting(object sender, ManipulationStartingRoutedEventArgs e)
 {
     forceManipulationsToEnd = false;
     e.Handled = true;
 }
Beispiel #2
0
 private void RootFrame_ManipulationStarting(object sender, ManipulationStartingRoutedEventArgs e)
 {
     e.Handled = true;
 }
Beispiel #3
0
 private void OnManipulationStarting(object sender, ManipulationStartingRoutedEventArgs e)
 {
 }
Beispiel #4
0
 protected virtual void OnManipulationStarting(ManipulationStartingRoutedEventArgs e)
 {
 }