Property | Type | Description | |
---|---|---|---|
CreateTagButton | System.Windows.Controls.Button | ||
OnCancelClicked | void | ||
OnRunClicked | void | ||
OnTagButtonClicked | void | ||
OnTagTouched | void | ||
OnTimerTick | void | ||
RunTests | void |
Method | Description | |
---|---|---|
StopTimer ( ) : void |
Stop the timer.
|
|
TagEditor ( ) : System |
Initializes a new instance of the TagEditor type.
|
|
TagEditor ( string initialTagExpression ) : System |
Initializes a new instance of the TagEditor type.
|
|
TagEditor ( string initialTagExpression, IList |
Initializes a new instance of the TagEditor type. Also includes a set of sample tags for display to the end user.
|
Method | Description | |
---|---|---|
OnComplete ( |
Fires the Complete event.
|
|
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void |
Handles the key down event.
|
Method | Description | |
---|---|---|
CreateTagButton ( string content ) : System.Windows.Controls.Button |
Creates a new button.
|
|
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.
|
|
RunTests ( ) : void |
Run the unit tests.
|
protected OnComplete ( |
||
e | The event arguments. | |
return | void |
protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void | ||
e | System.Windows.Input.KeyEventArgs | The key event arguments. |
return | void |
public TagEditor ( string initialTagExpression ) : System | ||
initialTagExpression | string | The tag expression to use. |
return | System |
public TagEditor ( string initialTagExpression, IList |
||
initialTagExpression | string | The tag expression to use. |
sampleTags | IList |
Sample tags to display. |
return | System |