Skip to main content
A newer version of this page is available. .

TokenEditorBehavior.TokenActivated Event

Occurs when a token is activated.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public event EventHandler<TokenStateChangedEventArgs> TokenActivated

Event Data

The TokenActivated event's data class is TokenStateChangedEventArgs. The following properties provide information specific to this event:

Property 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