C# Class AcManager.Pages.Drive.Online_SelectedServerPage

Inheritance: ILoadableContent, IParametrizedUriContent
Mostrar archivo Open project: gro-ove/actools

Public Methods

Method Description
Initialize ( ) : void
Load ( ) : void
LoadAsync ( CancellationToken cancellationToken ) : Task
OnUri ( Uri uri ) : void

Private Methods

Method 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 method

public Initialize ( ) : void
return void

Load() public method

public Load ( ) : void
return void

LoadAsync() public method

public LoadAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
return Task

OnUri() public method

public OnUri ( Uri uri ) : void
uri System.Uri
return void