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

PersonListView
Inheritance: System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector, System.Windows.Markup.IStyleConnector
ファイルを表示 Open project: jbe2277/waf

Private Properties

Property Type Description
DataGridSelectionChanged void
EmailClick void
Filter bool
FilterBoxTextChanged void
FirstTimeLoadedHandler void

Public Methods

Method Description
FocusFirstCell ( ) : void
PersonListView ( ) : System

Private Methods

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

Method Details

FocusFirstCell() public method

public FocusFirstCell ( ) : void
return void

PersonListView() public method

public PersonListView ( ) : System
return System