Method | Description | |
---|---|---|
AddKeyPressEventHandler ( |
Adds key press event handlers that carry out actions like limiting the input of certain characters, depending on the type of the property
|
|
AddUpdateBoPropOnTextChangedHandler ( |
Method | Description | |
---|---|---|
IsValidCharacter ( char character ) : bool |
Indicates if the given character being typed is valid, based on the text already entered in the textbox. For instance, if the property type is an integer, this method will return false for a non-numeric character (apart from a negative sign).
|
|
KeyPressEventHandler ( object sender, System e ) : void | ||
UpdateBoPropWithTextFromTextBox ( object sender, |
public AddKeyPressEventHandler ( |
||
mapper | The TextBox mapper | |
boProp | IBOProp | The property being mapped |
return | void |
public AddUpdateBoPropOnTextChangedHandler ( |
||
mapper | ||
boProp | IBOProp | |
return | void |