C# Class AcManager.Pages.Lists.ScreenshotsListPage

Inheritance: ILoadableContent, IParametrizedUriContent
Show file 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
GetFiles ( string filter ) : AcManager.Pages.Lists.Screenshot[]
Item_OnPreviewMouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
ScreenshotsListPage_OnLoaded ( object sender, RoutedEventArgs e ) : void
ScreenshotsListPage_OnUnloaded ( object sender, RoutedEventArgs 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