TokensChangingEventArgs Properties
Provides data for the TokenEditorBehavior.TokensChanging event.| Name | Description |
|---|---|
| AddedTokens | Gets the list of tokens that have been added. Inherited from TokensChangedEventArgs. |
| IsCancel | Cancels the token modification. |
| RemovedTokens | Gets the list of tokens that have been removed. Inherited from TokensChangedEventArgs. |
See Also