C# Class Vidyano.View.Controls.PersistentObjectAttributeNumeric

Inheritance: System.Windows.Controls.TextBox
Afficher le fichier Open project: stevehansen/vidyano_v1

Méthodes publiques

Méthode Description
PersistentObjectAttributeNumeric ( ) : System

Méthodes protégées

Méthode Description
OnGotFocus ( RoutedEventArgs e ) : void
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
OnLostFocus ( RoutedEventArgs e ) : void

Private Methods

Méthode Description
EnsureInitialized ( ) : void
Number_Changed ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
NumericTextBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

Method Details

OnGotFocus() protected méthode

protected OnGotFocus ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
Résultat void

OnLostFocus() protected méthode

protected OnLostFocus ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
Résultat void

PersistentObjectAttributeNumeric() public méthode

public PersistentObjectAttributeNumeric ( ) : System
Résultat System