C# Class Gilgame.SEWorkbench.Views.NewItemDialog

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

Méthodes publiques

Méthode Description
NewItemDialog ( ) : System

Méthodes protégées

Méthode Description
OnPropertyChanged ( string name ) : void

Private Methods

Méthode Description
AddButton_Click ( object sender, RoutedEventArgs e ) : void
CancelButton_Click ( object sender, RoutedEventArgs e ) : void
NameTextBox_KeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
NameTextBox_PreviewKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
NameTextBox_PreviewTextInput ( object sender, System.Windows.Input.TextCompositionEventArgs e ) : void
PerformAdd ( ) : void
PerformCancel ( ) : void
ValidName ( string text ) : bool
Window_KeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void

Method Details

NewItemDialog() public méthode

public NewItemDialog ( ) : System
Résultat System

OnPropertyChanged() protected méthode

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