Back to Devexpress

RepositoryItemDateTimeOffsetEdit Events

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

latest15.8 KB
Original Source

RepositoryItemDateTimeOffsetEdit Events

A repository item that stores core settings of the DateTimeOffsetEdit editor.

NameDescription
BeforePopupFires when the editor’s popup is about to be displayed. Inherited from RepositoryItemPopupBase.
BeforeShowMenuOccurs before the editor’s context menu is displayed. Inherited from RepositoryItemTextEdit.
ButtonClickOccurs when an editor button is clicked. Inherited from RepositoryItemButtonEdit.
ButtonPressedOccurs when an edit button is pressed within a button editor. Inherited from RepositoryItemButtonEdit.
ClickFires when clicking the editor. Inherited from RepositoryItem.
ClosedOccurs when the editor drop-down menu is closed. Allows you to identify what caused the menu to close. Equivalent to the DateTimeOffsetEdit.Closed event (see the link for more details).
CloseUpFires when the editor drop-down menu is closing and allows you to decide whether changes made by a user should be accepted. See the PopupBaseEdit.CloseUp event for an example.
ContextButtonClickFires when a context button is clicked. Inherited from RepositoryItemPopupBase.
ContextButtonValueChangedFires when the CheckContextButton.Checked, TrackBarContextButton.Value or RatingContextButton.Rating property value changes. Inherited from RepositoryItemPopupBase.
CustomDisplayTextEnables custom display text to be provided for an editor. Inherited from RepositoryItem.
CustomDrawButtonAllows you to apply custom painting to specific RepositoryItemButtonEdit‘s buttons. Inherited from RepositoryItemButtonEdit.
CustomHighlightTextAllows you to highlight or custom paint strings within the control’s text. This event is supported in Advanced mode (see RepositoryItemTextEdit.UseAdvancedMode). Inherited from RepositoryItemTextEdit.
CustomizeAutoCompleteSourceAllows you to dynamically supply custom auto-complete text suggestions each time a user types a new word in the text box. This event is in effect in advanced mode when the AutoCompleteSource option is set to CustomSource, and the AutoCompleteMode option is set to SuggestSingleWord. Inherited from RepositoryItemTextEdit.
CustomizeContextItemAllows you to customize the context buttons for individual items. Inherited from RepositoryItemPopupBase.
CustomTextLineHeightAllows you to specify the height of a line of text in Advanced Mode. Inherited from RepositoryItemTextEdit.
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.
PopupOccurs after the editor shows its drop-down menu. Do not invoke any message boxes within this event handler.
PopupAllowClickThis member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from RepositoryItemPopupBase.
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 when the editor drop-down menu is about to close. Allows you to set the Cancel property to true to keep this menu open. Does not occur when a user clicks outside the editor or switches to another application. See the RepositoryItemPopupBase.QueryCloseUp event for more details.
QueryContinueDragFires when dragging the editor’s data allowing you to specify whether dragging should be continued. Inherited from RepositoryItem.
QueryPopUpFires when the editor is about to open its drop-down menu. Allows you to set the Cancel property to true to keep this menu closed. See the RepositoryItemPopupBase.QueryPopUp event for more information.
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.
SpinOccurs when either the UP or DOWN ARROW key is pressed or the mouse wheel is rotated. Inherited from RepositoryItemTextEdit.
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

RepositoryItemDateTimeOffsetEdit Class

RepositoryItemDateTimeOffsetEdit Members

DevExpress.XtraEditors.Repository Namespace