C# Class Com.Aote.Controls.MyDataGrid

Inheritance: System.Windows.Controls.DataGrid
Mostra file Open project: DuBin1988/restv2

Public Methods

Method Description
MyDataGrid ( ) : System
MyDataGrid_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
OnMySelectionChanged ( ) : void

Method Details

MyDataGrid() public method

public MyDataGrid ( ) : System
return System

MyDataGrid_SelectionChanged() public method

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

OnMySelectionChanged() public method

public OnMySelectionChanged ( ) : void
return void