TokensChangedEventArgs Properties
Provides data for the TokenEditorBehavior.TokensChanged event.
Name | Description |
---|---|
Added |
Gets the list of tokens that have been added. |
Removed |
Gets the list of tokens that have been removed. |
See Also