C# Class AcManager.Pages.Drive.Online_SelectedServerPage

Inheritance: ILoadableContent, IParametrizedUriContent
Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Méthode Description
Initialize ( ) : void
Load ( ) : void
LoadAsync ( CancellationToken cancellationToken ) : Task
OnUri ( Uri uri ) : void

Private Methods

Méthode Description
OnLoaded ( object sender, RoutedEventArgs e ) : void
OnMouseRightButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
OnTick ( object sender, EventArgs e ) : void
OnUnloaded ( object sender, RoutedEventArgs e ) : void
RequiresUpdate ( ) : bool
SkinsList_OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
ToolBar_OnPreviewMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Load() public méthode

public Load ( ) : void
Résultat void

LoadAsync() public méthode

public LoadAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
Résultat Task

OnUri() public méthode

public OnUri ( Uri uri ) : void
uri System.Uri
Résultat void