C# Class MockDomainUpDown, Marvin

Inheritance: DomainUpDown
Show file Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
Reset ( ) : void

Protected Methods

Method Description
OnChanged ( object source, EventArgs e ) : void
UpdateEditText ( ) : void
ValidateEditText ( ) : void

Method Details

OnChanged() protected method

protected OnChanged ( object source, EventArgs e ) : void
source object
e EventArgs
return void

Reset() public method

public Reset ( ) : void
return void

UpdateEditText() protected method

protected UpdateEditText ( ) : void
return void

ValidateEditText() protected method

protected ValidateEditText ( ) : void
return void