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

Inheritance: System.Windows.Window, INotifyPropertyChanged
Datei anzeigen Open project: gilgame/SEWorkbench Class Usage Examples

Public Methods

Method Description
EditorView ( ViewModels config ) : System

Protected Methods

Method Description
OnPropertyChanged ( string name ) : void

Private Methods

Method 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 method

public EditorView ( ViewModels config ) : System
config ViewModels
return System

OnPropertyChanged() protected method

protected OnPropertyChanged ( string name ) : void
name string
return void