C# Class Gablarski.Clients.Windows.RequiredTextBox

Inheritance: System.Windows.Forms.TextBox
Mostrar archivo Open project: ermau/Gablarski

Protected Methods

Method Description
OnTextChanged ( EventArgs e ) : void
OnValidating ( CancelEventArgs e ) : void

Method Details

OnTextChanged() protected method

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

OnValidating() protected method

protected OnValidating ( CancelEventArgs e ) : void
e CancelEventArgs
return void