C# Class NijieDownloader.UI.BookmarkPage

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

Public Properties

Property Type Description
AddAllToBatchCommand System.Windows.Input.RoutedCommand
AddSelectedToBatchCommand System.Windows.Input.RoutedCommand
BookmarkTileColumnsProperty System.Windows.DependencyProperty
GetMyBookmarkCommand System.Windows.Input.RoutedCommand
NextPageCommand System.Windows.Input.RoutedCommand
PrevPageCommand System.Windows.Input.RoutedCommand

Public Methods

Method Description
BookmarkPage ( ) : System

Private Methods

Method Description
CanExecuteAddAllToBatchCommand ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
CanExecuteAddSelectedToBatchCommand ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
CanExecuteNextPageCommand ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
CanExecutePrevPageCommand ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
ComboBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
ExecuteAddAllToBatchCommand ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
ExecuteAddSelectedToBatchCommand ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
ExecuteGetMyBookmarkCommand ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
ExecuteNextPageCommand ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
ExecutePrevPageCommand ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
ScrollViewer_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
lbxMembers_PreviewKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
lbxMembers_PreviewMouseDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

BookmarkPage() public method

public BookmarkPage ( ) : System
return System

Property Details

AddAllToBatchCommand public static property

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

AddSelectedToBatchCommand public static property

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

BookmarkTileColumnsProperty public static property

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

GetMyBookmarkCommand public static property

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

NextPageCommand public static property

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

PrevPageCommand public static property

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