Property | Type | Description | |
---|---|---|---|
OnCancelClicked | void | ||
OnRunClicked | void | ||
OnTagButtonClicked | void | ||
OnTagTouched | void | ||
OnTimerTick | void | ||
OnTouchToEnterTextClick | void | ||
RunTests | void |
Method | Description | |
---|---|---|
MobileStartup ( ) : System |
Initializes a new instance of the TagEditor type.
|
|
MobileStartup ( string initialTagExpression ) : System |
Initializes a new instance of the TagEditor type.
|
|
StopTimer ( ) : void |
Stop the timer.
|
Method | Description | |
---|---|---|
OnComplete ( |
Fires the Complete event.
|
Method | Description | |
---|---|---|
OnCancelClicked ( object sender, |
Cancels the selection of a tag expression.
|
|
OnRunClicked ( object sender, |
||
OnTagButtonClicked ( object sender, |
||
OnTagTouched ( object sender, |
||
OnTimerTick ( object sender, |
Handle timer ticks.
|
|
OnTouchToEnterTextClick ( object sender, |
Handle touch of the button to display the text box.
|
|
RunTests ( ) : void |
Run the unit tests.
|
public MobileStartup ( string initialTagExpression ) : System | ||
initialTagExpression | string | The tag expression to use. |
return | System |
protected OnComplete ( |
||
e | The event arguments. | |
return | void |