C# Class Cindeck.Controls.SelectedItemBindableDataGrid

Inheritance: System.Windows.Controls.DataGrid
Show file Open project: noelex/Cindeck

Public Properties

Property Type Description
SelectedItemsListProperty System.Windows.DependencyProperty

Public Methods

Method Description
CustomDataGrid_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
SelectedItemBindableDataGrid ( ) : System

Protected Methods

Method Description
OnItemsSourceChanged ( IEnumerable oldValue, IEnumerable newValue ) : void
OnSorting ( System.Windows.Controls.DataGridSortingEventArgs eventArgs ) : void

Method Details

CustomDataGrid_SelectionChanged() public method

public CustomDataGrid_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
sender object
e System.Windows.Controls.SelectionChangedEventArgs
return void

OnItemsSourceChanged() protected method

protected OnItemsSourceChanged ( IEnumerable oldValue, IEnumerable newValue ) : void
oldValue IEnumerable
newValue IEnumerable
return void

OnSorting() protected method

protected OnSorting ( System.Windows.Controls.DataGridSortingEventArgs eventArgs ) : void
eventArgs System.Windows.Controls.DataGridSortingEventArgs
return void

SelectedItemBindableDataGrid() public method

public SelectedItemBindableDataGrid ( ) : System
return System

Property Details

SelectedItemsListProperty public static property

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