コード例 #1
0
ファイル: Scenario4.xaml.cs プロジェクト: ckc/WinApp
 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
ファイル: DragDropBehaviour.cs プロジェクト: slewis74/Slab
 private void OnManipulationStarting(object sender, ManipulationStartingRoutedEventArgs e)
 {
 }
コード例 #4
0
 protected virtual void OnManipulationStarting(ManipulationStartingRoutedEventArgs e)
 {
 }