RepositoryItemTokenEdit Events
Provides access to the TokenEdit control’s settings.Name | Description |
---|---|
BeforePopup | Fires before the drop-down window is shown. |
BeforeShowMenu | Fires before this TokenEdit control’s popup menu is shown. Allows you to customize items within this menu. |
BeforeShowPopupPanel | Occurs before the peek panel assigned to this TokenEdit is displayed. |
Click | Fires when clicking the editor. Inherited from RepositoryItem. |
Closed | Fires after the drop-down window is closed and gets the reason for closure. |
CloseUp | Fires when the drop-down window is about to be closed and allows you to get and update the selected token. |
CustomDisplayText | Enables custom display text to be provided for an editor. Inherited from RepositoryItem. |
CustomDrawTokenBackground | Occurs each time a token needs to be displayed and allows you to manually draw its background. |
CustomDrawTokenGlyph | Allows you to re-draw the default token glyph. |
CustomDrawTokenText | Allows you to re-paint the token text area. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
DoubleClick | Fires when the editor is double clicked. Inherited from RepositoryItem. |
DragDrop | Fires when an object is dropped onto the editor. Inherited from RepositoryItem. |
DragEnter | Fires when a dragged object enters the editor’s area. Inherited from RepositoryItem. |
DragLeave | Fires when a dragged object leaves the editor’s area. Inherited from RepositoryItem. |
DragOver | Fires repeatedly when dragging an object over the editor. Inherited from RepositoryItem. |
EditValueChanged | Fires when the editor’s EditValue property changes. Inherited from RepositoryItem. |
EditValueChanging | Fires when the editor’s value is about to be changed. Inherited from RepositoryItem. |
Enter | Fires when the editor receives focus. Inherited from RepositoryItem. |
FormatEditValue | Enables you to format the editor’s value (change the editor’s value when the formatting mechanism is invoked). Inherited from RepositoryItem. |
GiveFeedback | Enables you to specify the cursor appearance when dragging this editor’s data. Inherited from RepositoryItem. |
HelpRequested | Fires when the end-user requests help for the editor. Inherited from RepositoryItem. |
KeyDown | Fires when a key is pressed while the editor has focus. Inherited from RepositoryItem. |
KeyPress | Fires when a character key is pressed while the editor has focus. Inherited from RepositoryItem. |
KeyUp | Fires when a key is released while the editor has focus. Inherited from RepositoryItem. |
Leave | Fires when the editor loses focus. Inherited from RepositoryItem. |
Modified | Fires when the edit value is first changed since it was last validated. Inherited from RepositoryItem. |
MouseDown | Fires when a mouse button is pressed while the mouse pointer is over the editor. Inherited from RepositoryItem. |
MouseEnter | Fires when the mouse pointer enters the editor’s area. Inherited from RepositoryItem. |
MouseHover | Fires when hot-tracking an editor element. Inherited from RepositoryItem. |
MouseLeave | Fires when the mouse pointer leaves the editor’s area. Inherited from RepositoryItem. |
MouseMove | Fires when the mouse pointer moves over the editor’s area. Inherited from RepositoryItem. |
MouseUp | Fires when the mouse button is released while the mouse pointer is over the editor. Inherited from RepositoryItem. |
MouseWheel | Fires when the mouse wheel moves while the mouse pointer is within the editor. Inherited from RepositoryItem. |
ParseEditValue | Converts an input value (entered by a user or assigned in code) to the value that the editor will store. Inherited from RepositoryItem. |
Popup | Fires after the drop-down window is opened. |
ProcessNewValue | Fires when a user enters a new value into a Token Edit that is connected to a data source. Allows you to validate entered values and call data source API to save valid records. |
PropertiesChanged | Fires immediately after a change to one of the editor’s properties. Inherited from RepositoryItem. |
QueryAccessibilityHelp | Fires when the help is provided to accessibility applications. Inherited from RepositoryItem. |
QueryCloseUp | Fires before the drop-down window is closed and allows you to cancel the action. |
QueryContinueDrag | Fires when dragging the editor’s data allowing you to specify whether dragging should be continued. Inherited from RepositoryItem. |
QueryPopUp | Fires before the drop-down window is opened and allows you to cancel the action. |
QueryProcessKey | Provides the capability to specify whether the key pressed in the editor is processed by the editor or a container control (GridControl, TreeList, etc.) that displays this editor. Inherited from RepositoryItem. |
RemoveTokenButtonClick | Occurs when a user clicks the Remove button in the TokenEdit drop-down menu. |
SelectedItemsChanged | Occurs whenever a token is added or removed to (from) the TokenEdit. |
TokenAdded | Occurs after a new token was successfully added to this TokenEdit. |
TokenAdding | Occurs when a new token is about to be added to this TokenEdit. |
TokenCheckStateChanged | Occurs when an end-user checks or unchecks a token within the corresponding TokenEdit. |
TokenClick | Fires when a user clicks a token. |
TokenDoubleClick | Occurs when an end-user double clicks a token within this TokenEdit. |
TokenMouseEnter | Fires whenever a user focuses a token. |
TokenMouseHover | Occurs when an end-user hovers a token within this TokenEdit. |
TokenMouseLeave | Fires when a TokenEdit token loses mouse focus. |
TokenRemoved | Occurs after a token is removed from this TokenEdit. |
TokenRemoving | Fires when a token is about to be removed from this TokenEdit. |
ValidateToken | Allows you to manually validate text entered by the user. |
Validating | Allows you to specify whether the edit value is valid. This event does not occur if the editor’s CausesValidation property is disabled. Inherited from RepositoryItem. |
See Also