C# 클래스 NijieDownloader.UI.BookmarkPage

Interaction logic for BookmarkPage.xaml
상속: System.Windows.Controls.Page
파일 보기 프로젝트 열기: Nandaka/NijieDownloader

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
BookmarkPage ( ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

BookmarkPage() 공개 메소드

public BookmarkPage ( ) : System
리턴 System

프로퍼티 상세

AddAllToBatchCommand 공개적으로 정적으로 프로퍼티

public static RoutedCommand,System.Windows.Input AddAllToBatchCommand
리턴 System.Windows.Input.RoutedCommand

AddSelectedToBatchCommand 공개적으로 정적으로 프로퍼티

public static RoutedCommand,System.Windows.Input AddSelectedToBatchCommand
리턴 System.Windows.Input.RoutedCommand

BookmarkTileColumnsProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows BookmarkTileColumnsProperty
리턴 System.Windows.DependencyProperty

GetMyBookmarkCommand 공개적으로 정적으로 프로퍼티

public static RoutedCommand,System.Windows.Input GetMyBookmarkCommand
리턴 System.Windows.Input.RoutedCommand

NextPageCommand 공개적으로 정적으로 프로퍼티

public static RoutedCommand,System.Windows.Input NextPageCommand
리턴 System.Windows.Input.RoutedCommand

PrevPageCommand 공개적으로 정적으로 프로퍼티

public static RoutedCommand,System.Windows.Input PrevPageCommand
리턴 System.Windows.Input.RoutedCommand