Back to Devexpress

RepositoryItemTokenEdit Events

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemtokenedit-dot-underscore-events.md

latest14.0 KB
Original Source

RepositoryItemTokenEdit Events

Provides access to the TokenEdit control’s settings.

NameDescription
BeforePopupFires before the drop-down window is shown.
BeforeShowMenuFires before this TokenEdit control’s popup menu is shown. Allows you to customize items within this menu.
BeforeShowPopupPanelOccurs before the peek panel assigned to this TokenEdit is displayed.
ClickFires when clicking the editor. Inherited from RepositoryItem.
ClosedFires after the drop-down window is closed and gets the reason for closure.
CloseUpFires when the drop-down window is about to be closed and allows you to get and update the selected token.
CustomDisplayTextEnables custom display text to be provided for an editor. Inherited from RepositoryItem.
CustomDrawTokenBackgroundOccurs each time a token needs to be displayed and allows you to manually draw its background.
CustomDrawTokenGlyphAllows you to re-draw the default token glyph.
CustomDrawTokenTextAllows you to re-paint the token text area.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
DoubleClickFires when the editor is double clicked. Inherited from RepositoryItem.
DragDropFires when an object is dropped onto the editor. Inherited from RepositoryItem.
DragEnterFires when a dragged object enters the editor’s area. Inherited from RepositoryItem.
DragLeaveFires when a dragged object leaves the editor’s area. Inherited from RepositoryItem.
DragOverFires repeatedly when dragging an object over the editor. Inherited from RepositoryItem.
EditValueChangedFires when the editor’s EditValue property changes. Inherited from RepositoryItem.
EditValueChangingFires when the editor’s value is about to be changed. Inherited from RepositoryItem.
EnterFires when the editor receives focus. Inherited from RepositoryItem.
FormatEditValueEnables you to format the editor’s value (change the editor’s value when the formatting mechanism is invoked). Inherited from RepositoryItem.
GiveFeedbackEnables you to specify the cursor appearance when dragging this editor’s data. Inherited from RepositoryItem.
HelpRequestedFires when the end-user requests help for the editor. Inherited from RepositoryItem.
KeyDownFires when a key is pressed while the editor has focus. Inherited from RepositoryItem.
KeyPressFires when a character key is pressed while the editor has focus. Inherited from RepositoryItem.
KeyUpFires when a key is released while the editor has focus. Inherited from RepositoryItem.
LeaveFires when the editor loses focus. Inherited from RepositoryItem.
ModifiedFires when the edit value is first changed since it was last validated. Inherited from RepositoryItem.
MouseDownFires when a mouse button is pressed while the mouse pointer is over the editor. Inherited from RepositoryItem.
MouseEnterFires when the mouse pointer enters the editor’s area. Inherited from RepositoryItem.
MouseHoverFires when hot-tracking an editor element. Inherited from RepositoryItem.
MouseLeaveFires when the mouse pointer leaves the editor’s area. Inherited from RepositoryItem.
MouseMoveFires when the mouse pointer moves over the editor’s area. Inherited from RepositoryItem.
MouseUpFires when the mouse button is released while the mouse pointer is over the editor. Inherited from RepositoryItem.
MouseWheelFires when the mouse wheel moves while the mouse pointer is within the editor. Inherited from RepositoryItem.
ParseEditValueConverts an input value (entered by a user or assigned in code) to the value that the editor will store. Inherited from RepositoryItem.
PopupFires after the drop-down window is opened.
ProcessNewValueFires 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.
PropertiesChangedFires immediately after a change to one of the editor’s properties. Inherited from RepositoryItem.
QueryAccessibilityHelpFires when the help is provided to accessibility applications. Inherited from RepositoryItem.
QueryCloseUpFires before the drop-down window is closed and allows you to cancel the action.
QueryContinueDragFires when dragging the editor’s data allowing you to specify whether dragging should be continued. Inherited from RepositoryItem.
QueryPopUpFires before the drop-down window is opened and allows you to cancel the action.
QueryProcessKeyProvides 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.
RemoveTokenButtonClickOccurs when a user clicks the Remove button in the TokenEdit drop-down menu.
SelectedItemsChangedOccurs whenever a token is added or removed to (from) the TokenEdit.
TokenAddedOccurs after a new token was successfully added to this TokenEdit.
TokenAddingOccurs when a new token is about to be added to this TokenEdit.
TokenCheckStateChangedOccurs when an end-user checks or unchecks a token within the corresponding TokenEdit.
TokenClickFires when a user clicks a token.
TokenDoubleClickOccurs when an end-user double clicks a token within this TokenEdit.
TokenMouseEnterFires whenever a user focuses a token.
TokenMouseHoverOccurs when an end-user hovers a token within this TokenEdit.
TokenMouseLeaveFires when a TokenEdit token loses mouse focus.
TokenRemovedOccurs after a token is removed from this TokenEdit.
TokenRemovingFires when a token is about to be removed from this TokenEdit.
ValidateTokenAllows you to manually validate text entered by the user.
ValidatingAllows 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

RepositoryItemTokenEdit Class

RepositoryItemTokenEdit Members

DevExpress.XtraEditors.Repository Namespace