C# Class BaconographyWP8.View.LinkedPictureView

Inheritance: PhoneApplicationPage
Afficher le fichier Open project: Synergex/Baconography

Méthodes publiques

Méthode Description
LinkedPictureView ( ) : BaconographyPortable.Common
myGridGestureListener_Flick ( object sender, Microsoft.Phone.Controls.FlickGestureEventArgs e ) : void

Méthodes protégées

Méthode Description
OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void

Private Methods

Méthode Description
CleanupImageSource ( ) : void
ClearItem ( PivotItem item ) : void
GenerateItemTripplet ( PivotItem newCurrent ) : Tuple
RunGC ( ) : void
SaveImage_Tap ( ) : void
albumPivot_LoadingPivotItem ( object sender, PivotItemEventArgs e ) : void
albumPivot_UnloadingPivotItem ( object sender, PivotItemEventArgs e ) : void

Method Details

LinkedPictureView() public méthode

public LinkedPictureView ( ) : BaconographyPortable.Common
Résultat BaconographyPortable.Common

OnNavigatedFrom() protected méthode

protected OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
Résultat void

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
Résultat void

OnNavigatingFrom() protected méthode

protected OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void
e System.Windows.Navigation.NavigatingCancelEventArgs
Résultat void

myGridGestureListener_Flick() public méthode

public myGridGestureListener_Flick ( object sender, Microsoft.Phone.Controls.FlickGestureEventArgs e ) : void
sender object
e Microsoft.Phone.Controls.FlickGestureEventArgs
Résultat void