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