TokenStateChangedEventArgs Properties
Provides data for the TokenEditorBehavior.TokenActivated and TokenEditorBehavior.TokenDeactivated events.Name | Description |
---|---|
Token | Gets the token that has been activated or deactivated. |
Value | Gets the value of the token that has been activated or deactivated. |
See Also