TokensChangingEventArgs Constructors
Provides data for the TokenEditorBehavior.TokensChanging event.Name | Parameters | Description |
---|---|---|
TokensChangingEventArgs(IList<Object>, IList<Object>) | addedTokens, removedTokens | Initializes a new instance of the TokensChangingEventArgs class. |
See Also