C# Class Waf.BookLibrary.Library.Presentation.Views.BookListView

Inheritance: System.Windows.Controls.UserControl, IBookListView
Afficher le fichier Open project: jbe2277/waf

Private Properties

Свойство Type Description
DataGridSelectionChanged void
Filter bool
FilterBoxTextChanged void
FirstTimeLoadedHandler void

Méthodes publiques

Méthode Description
BookListView ( ) : System
FocusFirstCell ( ) : void

Private Methods

Méthode Description
DataGridSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
Filter ( object obj ) : bool
FilterBoxTextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
FirstTimeLoadedHandler ( object sender, RoutedEventArgs e ) : void

Method Details

BookListView() public méthode

public BookListView ( ) : System
Résultat System

FocusFirstCell() public méthode

public FocusFirstCell ( ) : void
Résultat void