C# Class NijieDownloader.UI.BookmarkPage

Interaction logic for BookmarkPage.xaml
Inheritance: System.Windows.Controls.Page
Afficher le fichier Open project: Nandaka/NijieDownloader

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
BookmarkPage ( ) : System

Private Methods

Méthode 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 méthode

public BookmarkPage ( ) : System
Résultat System

Property Details

AddAllToBatchCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input AddAllToBatchCommand
Résultat System.Windows.Input.RoutedCommand

AddSelectedToBatchCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input AddSelectedToBatchCommand
Résultat System.Windows.Input.RoutedCommand

BookmarkTileColumnsProperty public_oe static_oe property

public static DependencyProperty,System.Windows BookmarkTileColumnsProperty
Résultat System.Windows.DependencyProperty

GetMyBookmarkCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input GetMyBookmarkCommand
Résultat System.Windows.Input.RoutedCommand

NextPageCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input NextPageCommand
Résultat System.Windows.Input.RoutedCommand

PrevPageCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input PrevPageCommand
Résultat System.Windows.Input.RoutedCommand