C# Class MetaGeta.GUI.GridView

Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: anyoun/metageta

Méthodes publiques

Méthode Description
GridView ( ) : System

Méthodes protégées

Méthode Description
OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

Private Methods

Méthode Description
CopyColumnDefinitionsToGrid ( ) : void
DataGrid1_SelectedCellsChanged ( Object sender, System.Windows.Controls.SelectedCellsChangedEventArgs e ) : void
ViewModelPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

GridView() public méthode

public GridView ( ) : System
Résultat System

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void