C# Class GesturesDemos.MainPage

Inheritance: Windows.UI.Xaml.Controls.Page
Afficher le fichier Open project: TelerikAcademy/Windows-Applications

Méthodes publiques

Méthode Description
MainPage ( ) : Windows.UI

Private Methods

Méthode Description
theCanvas_DoubleTapped ( object sender, TappedRoutedEventArgs e ) : void
theCanvas_Holding ( object sender, HoldingRoutedEventArgs e ) : void
theCanvas_ManipulationCompleted ( object sender, ManipulationCompletedRoutedEventArgs e ) : void
theCanvas_ManipulationDelta ( object sender, ManipulationDeltaRoutedEventArgs e ) : void
theCanvas_ManipulationInertiaStarting ( object sender, ManipulationInertiaStartingRoutedEventArgs e ) : void
theCanvas_ManipulationStarted ( object sender, ManipulationStartedRoutedEventArgs e ) : void
theCanvas_ManipulationStarting ( object sender, ManipulationStartingRoutedEventArgs e ) : void

Method Details

MainPage() public méthode

public MainPage ( ) : Windows.UI
Résultat Windows.UI