TokenTextChangingEventArgs Constructors
Provides data for the TokenEditorBehavior.TokenTextChanging event.| Name | Parameters | Description |
|---|---|---|
| TokenTextChangingEventArgs(String, String) | oldText, newText | Initializes a new instance of the TokenTextChangingEventArgs class. |
See Also