TokenTextChangingEventArgs Properties
Provides data for the TokenEditorBehavior.TokenTextChanging event.
Name | Description |
---|---|
Handled |
Specifies whether the Token |
New |
Gets the modified token text. |
Old |
Gets the old token text. |
Text | Gets or sets a string that will replace the current token text. |
See Also