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