C# Class Gilgame.SEWorkbench.Views.Config.EditorView

Inheritance: System.Windows.Window, INotifyPropertyChanged
Afficher le fichier Open project: gilgame/SEWorkbench Class Usage Examples

Méthodes publiques

Méthode Description
EditorView ( ViewModels config ) : System

Méthodes protégées

Méthode Description
OnPropertyChanged ( string name ) : void

Private Methods

Méthode Description
ListBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
SetDataContext ( ViewModels config ) : void
Window_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

EditorView() public méthode

public EditorView ( ViewModels config ) : System
config ViewModels
Résultat System

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string name ) : void
name string
Résultat void