Back to Devexpress

TokenEdit Events

windowsforms-devexpress-dot-xtraeditors-dot-tokenedit-dot-underscore-events.md

latest27.8 KB
Original Source

TokenEdit Events

The text editor that applies custom validation to the entered text and transforms text blocks which passed this validation to tokens.

NameDescription
AutoSizeChangedThis event is not relevant for this class. Inherited from Control.
BackColorChangedThis event is not supported by the BaseEdit class. Inherited from BaseEdit.
BackgroundImageChangedOccurs when the value of the BackgroundImage property changes. Inherited from Control.
BackgroundImageLayoutChangedOccurs when the BackgroundImageLayout property changes. Inherited from Control.
BeforePopupFires before the drop-down window is shown.
BeforeShowPopupPanelOccurs before the peek panel assigned to this TokenEdit is displayed.
BindingContextChangedOccurs when the value of the BindingContext property changes. Inherited from Control.
CausesValidationChangedOccurs when the value of the CausesValidation property changes. Inherited from Control.
ChangeUICuesOccurs when the focus or keyboard user interface (UI) cues change. Inherited from Control.
ClickOccurs when the control is clicked. Inherited from Control.
ClientSizeChangedOccurs when the value of the ClientSize property changes. Inherited from Control.
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.
ContextMenuChangedOccurs when the value of the ContextMenu property changes. Inherited from Control.
ContextMenuStripChangedOccurs when the value of the ContextMenuStrip property changes. Inherited from Control.
ControlAddedOccurs when a new control is added to the Control.ControlCollection. Inherited from Control.
ControlRemovedOccurs when a control is removed from the Control.ControlCollection. Inherited from Control.
CursorChangedOccurs when the value of the Cursor property changes. Inherited from Control.
CustomDisplayTextEnables custom display text to be provided for an editor. Inherited from BaseEdit.
CustomDrawTokenBackground
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.
DockChangedOccurs when the value of the Dock property changes. Inherited from Control.
DoubleClickOccurs when the control is double-clicked. Inherited from Control.
DragDropOccurs when a drag-and-drop operation is completed. Inherited from Control.
DragEnterOccurs when an object is dragged into the control’s bounds. Inherited from Control.
DragLeaveOccurs when an object is dragged out of the control’s bounds. Inherited from Control.
DragOverOccurs when an object is dragged over the control’s bounds. Inherited from Control.
EditValueChangedFires immediately after the edit value has been changed. Inherited from BaseEdit.
EditValueChangingFires when the editor’s value is about to change. Inherited from BaseEdit.
EnabledChangedOccurs when the Enabled property value has changed. Inherited from Control.
EnterOccurs when the control is entered. Inherited from Control.
FontChangedThis event is not supported by the BaseEdit class. Inherited from BaseEdit.
ForeColorChangedThis event is not supported by the BaseEdit class. Inherited from BaseEdit.
FormatEditValueEnables you to format the editor’s value (change the editor’s value when the formatting mechanism is invoked). Inherited from BaseEdit.
GiveFeedbackOccurs during a drag operation. Inherited from Control.
GotFocusOccurs when the control receives focus. Inherited from Control.
HandleCreatedOccurs when a handle is created for the control. Inherited from Control.
HandleDestroyedOccurs when the control’s handle is in the process of being destroyed. Inherited from Control.
HelpRequestedOccurs when the user requests help for a control. Inherited from Control.
ImeModeChangedOccurs when the ImeMode property has changed. Inherited from Control.
InvalidatedOccurs when a control’s display requires redrawing. Inherited from Control.
InvalidValueEnables an appropriate response to be provided when invalid values are entered. Inherited from BaseEdit.
KeyDownOccurs when a key is pressed while the control has focus. Inherited from Control.
KeyPressOccurs when a character. space or backspace key is pressed while the control has focus. Inherited from Control.
KeyUpOccurs when a key is released while the control has focus. Inherited from Control.
LayoutOccurs when a control should reposition its child controls. Inherited from Control.
LeaveOccurs when the input focus leaves the control. Inherited from Control.
LocationChangedOccurs when the Location property value has changed. Inherited from Control.
LostFocusOccurs when the control loses focus. Inherited from Control.
MarginChangedOccurs when the control’s margin changes. Inherited from Control.
ModifiedFires when the user starts to modify the edit value. Inherited from BaseEdit.
MouseCaptureChangedOccurs when the control loses mouse capture. Inherited from Control.
MouseClickOccurs when the control is clicked by the mouse. Inherited from Control.
MouseDoubleClickOccurs when the control is double clicked by the mouse. Inherited from Control.
MouseDownOccurs when the mouse pointer is over the control and a mouse button is pressed. Inherited from Control.
MouseEnterOccurs when the mouse pointer enters the control. Inherited from Control.
MouseHoverOccurs when the mouse pointer rests on the control. Inherited from Control.
MouseLeaveOccurs when the mouse pointer leaves the control. Inherited from Control.
MouseMoveOccurs when the mouse pointer is moved over the control. Inherited from Control.
MouseUpOccurs when the mouse pointer is over the control and a mouse button is released. Inherited from Control.
MouseWheelOccurs when the mouse wheel moves while the control has focus. Inherited from Control.
MoveOccurs when the control is moved. Inherited from Control.
PaddingChangedOccurs when the control’s padding changes. Inherited from Control.
PaintOccurs when the control is redrawn. Inherited from Control.
ParentChangedOccurs when the Parent property value changes. Inherited from Control.
ParseEditValueConverts an input value (the one that is entered by an end-user or assigned in code) to the value to be stored by the editor. Inherited from BaseEdit.
PopupFires after the drop-down window is opened.
PreviewKeyDownOccurs before the KeyDown event when a key is pressed while focus is on this control. Inherited from Control.
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 any editor’s property value has changed. Inherited from BaseEdit.
QueryAccessibilityHelpFires when the help is provided to accessibility applications. Inherited from BaseEdit.
QueryAdvancedMode staticOccurs for all TokenEdit controls in the project.
QueryCloseUpFires before the drop-down window is closed and allows you to cancel the action.
QueryContinueDragOccurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled. Inherited from Control.
QueryPopUpFires before the drop-down window is opened and allows you to cancel the action.
QueryProcessKeyProvides ability 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 BaseEdit.
RegionChangedOccurs when the value of the Region property changes. Inherited from Control.
RemoveTokenButtonClickOccurs when a user clicks the Remove button in the TokenEdit drop-down menu.
ResizeOccurs when the control is resized. Inherited from Control.
RightToLeftChangedOccurs when the RightToLeft property value changes. Inherited from Control.
SelectedItemsChangedOccurs whenever the list of currently selected tokens changes.
SizeChangedOccurs when the Size property value changes. Inherited from Control.
StyleChangedOccurs when the control style changes. Inherited from Control.
SystemColorsChangedOccurs when the system colors change. Inherited from Control.
TabIndexChangedOccurs when the TabIndex property value changes. Inherited from Control.
TabStopChangedOccurs when the TabStop property value changes. Inherited from Control.
TextChangedOccurs when the Text property value changes. Inherited from Control.
TokenCheckStateChangedOccurs when a token in this TokenEdit changed its checked state.
ValidatedOccurs when the control is finished validating. Inherited from Control.
ValidateTokenAllows you to perform the custom validation on text currently entered in this TokenEdit control.
ValidatingOccurs when the control is validating. Inherited from Control.
VisibleChangedOccurs when the Visible property value changes. Inherited from Control.

See Also

TokenEdit Class

TokenEdit Members

DevExpress.XtraEditors Namespace