Back to Devexpress

RepositoryItem Events

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

latest6.0 KB
Original Source

RepositoryItem Events

Serves as the base for all repository items.

NameDescription
ClickFires when clicking the editor.
CustomDisplayTextEnables custom display text to be provided for an editor.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
DoubleClickFires when the editor is double clicked.
DragDropFires when an object is dropped onto the editor.
DragEnterFires when a dragged object enters the editor’s area.
DragLeaveFires when a dragged object leaves the editor’s area.
DragOverFires repeatedly when dragging an object over the editor.
EditValueChangedFires when the editor’s EditValue property changes.
EditValueChangingFires when the editor’s value is about to be changed.
EnterFires when the editor receives focus.
FormatEditValueEnables you to format the editor’s value (change the editor’s value when the formatting mechanism is invoked).
GiveFeedbackEnables you to specify the cursor appearance when dragging this editor’s data.
HelpRequestedFires when the end-user requests help for the editor.
KeyDownFires when a key is pressed while the editor has focus.
KeyPressFires when a character key is pressed while the editor has focus.
KeyUpFires when a key is released while the editor has focus.
LeaveFires when the editor loses focus.
ModifiedFires when the edit value is first changed since it was last validated.
MouseDownFires when a mouse button is pressed while the mouse pointer is over the editor.
MouseEnterFires when the mouse pointer enters the editor’s area.
MouseHoverFires when hot-tracking an editor element.
MouseLeaveFires when the mouse pointer leaves the editor’s area.
MouseMoveFires when the mouse pointer moves over the editor’s area.
MouseUpFires when the mouse button is released while the mouse pointer is over the editor.
MouseWheelFires when the mouse wheel moves while the mouse pointer is within the editor.
ParseEditValueConverts an input value (entered by a user or assigned in code) to the value that the editor will store.
PropertiesChangedFires immediately after a change to one of the editor’s properties.
QueryAccessibilityHelpFires when the help is provided to accessibility applications.
QueryContinueDragFires when dragging the editor’s data allowing you to specify whether dragging should be continued.
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.
ValidatingAllows you to specify whether the edit value is valid. This event does not occur if the editor’s CausesValidation property is disabled.

See Also

RepositoryItem Class

RepositoryItem Members

DevExpress.XtraEditors.Repository Namespace