C# Class Gu.Wpf.DataGrid2D.Demo.Controls.AutoSelectTextBox

Inheritance: System.Windows.Controls.TextBox
Show file Open project: JohanLarsson/Gu.Wpf.DataGrid2D

Protected Methods

Method Description
OnInitialized ( EventArgs e ) : void
OnKeyDown ( System e ) : void
OnTextChanged ( System.Windows.Controls.TextChangedEventArgs e ) : void

Method Details

OnInitialized() protected method

protected OnInitialized ( EventArgs e ) : void
e System.EventArgs
return void

OnKeyDown() protected method

protected OnKeyDown ( System e ) : void
e System
return void

OnTextChanged() protected method

protected OnTextChanged ( System.Windows.Controls.TextChangedEventArgs e ) : void
e System.Windows.Controls.TextChangedEventArgs
return void