C# Class NijieDownloader.UI.SearchPage

Interaction logic for Page1.xaml
Inheritance: System.Windows.Controls.Page, IContent
Show file Open project: Nandaka/NijieDownloader

Public Properties

Property Type Description
AddBatchCommand System.Windows.Input.RoutedCommand
AddImagesToBatchCommand System.Windows.Input.RoutedCommand
SearchCommand System.Windows.Input.RoutedCommand
SearchNextPageCommand System.Windows.Input.RoutedCommand
SearchPrevPageCommand System.Windows.Input.RoutedCommand
TileColumnsProperty System.Windows.DependencyProperty

Public Methods

Method Description
OnFragmentNavigation ( FirstFloor e ) : void
OnNavigatedFrom ( FirstFloor e ) : void
OnNavigatedTo ( FirstFloor e ) : void
OnNavigatingFrom ( FirstFloor e ) : void
SearchPage ( ) : System

Private Methods

Method Description
CanExecuteAddImagesToBatchCommand ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
CanExecuteSearchCommand ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
CanExecuteSearchNextPageCommand ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
CanExecuteSearchPrevPageCommand ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
ExecuteAddBatchCommand ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
ExecuteAddImagesToBatchCommand ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
ExecuteSearchCommand ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
ExecuteSearchNextPageCommand ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
ExecuteSearchPrevPageCommand ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
Hyperlink_RequestNavigate ( object sender, System.Windows.Navigation.RequestNavigateEventArgs e ) : void
ProcessNavigation ( string fragment ) : void
ScrollViewer_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
StackPanel_KeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void

Check the box using spacebar

lbxImages_PreviewMouseDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

OnFragmentNavigation() public method

public OnFragmentNavigation ( FirstFloor e ) : void
e FirstFloor
return void

OnNavigatedFrom() public method

public OnNavigatedFrom ( FirstFloor e ) : void
e FirstFloor
return void

OnNavigatedTo() public method

public OnNavigatedTo ( FirstFloor e ) : void
e FirstFloor
return void

OnNavigatingFrom() public method

public OnNavigatingFrom ( FirstFloor e ) : void
e FirstFloor
return void

SearchPage() public method

public SearchPage ( ) : System
return System

Property Details

AddBatchCommand public static property

public static RoutedCommand,System.Windows.Input AddBatchCommand
return System.Windows.Input.RoutedCommand

AddImagesToBatchCommand public static property

public static RoutedCommand,System.Windows.Input AddImagesToBatchCommand
return System.Windows.Input.RoutedCommand

SearchCommand public static property

public static RoutedCommand,System.Windows.Input SearchCommand
return System.Windows.Input.RoutedCommand

SearchNextPageCommand public static property

public static RoutedCommand,System.Windows.Input SearchNextPageCommand
return System.Windows.Input.RoutedCommand

SearchPrevPageCommand public static property

public static RoutedCommand,System.Windows.Input SearchPrevPageCommand
return System.Windows.Input.RoutedCommand

TileColumnsProperty public static property

public static DependencyProperty,System.Windows TileColumnsProperty
return System.Windows.DependencyProperty