TokenEditorBehavior Events
Provides access to token settings and allows you to control the token editing process.| Name | Description |
|---|---|
| Changed | Occurs when the Freezable or an object it contains is modified. Inherited from Freezable. |
| TokenActivated | Occurs when a token is activated. |
| TokenActivating | Occurs when a token is about to receive input focus. |
| TokenDeactivated | Occurs when a token is deactivated. |
| TokensChanged | Occurs when a token is added to or removed from the token editor’s edit field. |
| TokensChanging | Occurs when a token is about to be added to or removed from the edit field. |
| TokenTextChanging | Occurs when the token text is about to change. |
See Also