TokensChangingEventArgs Properties
Provides data for the TokenEditorBehavior.TokensChanging event.
Name | Description |
---|---|
Added |
Gets the list of tokens that have been added.
Inherited from Tokens |
Is |
Cancels the token modification. |
Removed |
Gets the list of tokens that have been removed.
Inherited from Tokens |
See Also