C# Class Feedling.Classes.NumberTextBox

Inheritance: System.Windows.Controls.TextBox
显示文件 Open project: growse/Feedling

Protected Methods

Method Description
OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
OnPreviewTextInput ( System.Windows.Input.TextCompositionEventArgs e ) : void

Private Methods

Method Description
AreAllValidNumericChars ( string str ) : bool

Method Details

OnPreviewKeyDown() protected method

protected OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
return void

OnPreviewTextInput() protected method

protected OnPreviewTextInput ( System.Windows.Input.TextCompositionEventArgs e ) : void
e System.Windows.Input.TextCompositionEventArgs
return void