Property | Type | Description | |
---|---|---|---|
SelectedItemsListProperty |
Method | Description | |
---|---|---|
CustomDataGrid_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void | ||
SelectedItemBindableDataGrid ( ) : System |
Method | Description | |
---|---|---|
OnItemsSourceChanged ( IEnumerable oldValue, IEnumerable newValue ) : void | ||
OnSorting ( System.Windows.Controls.DataGridSortingEventArgs eventArgs ) : void |
public CustomDataGrid_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void | ||
sender | object | |
e | System.Windows.Controls.SelectionChangedEventArgs | |
return | void |
protected OnItemsSourceChanged ( IEnumerable oldValue, IEnumerable newValue ) : void | ||
oldValue | IEnumerable | |
newValue | IEnumerable | |
return | void |
protected OnSorting ( System.Windows.Controls.DataGridSortingEventArgs eventArgs ) : void | ||
eventArgs | System.Windows.Controls.DataGridSortingEventArgs | |
return | void |
public SelectedItemBindableDataGrid ( ) : System | ||
return | System |