Back to Devexpress

RangeTrackBarControl Events

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

latest25.9 KB
Original Source

RangeTrackBarControl Events

The track bar with two sliders that allow a user to select a range of values.

NameDescription
AutoSizeChangedFires after the value of the RepositoryItemTrackBar.AutoSize property has been changed. Inherited from TrackBarControl.
BackColorChangedThis event is not supported by the BaseEdit class. Inherited from BaseEdit.
BackgroundImageChangedFires after the value of the TrackBarControl.BackgroundImage property has been changed. Inherited from TrackBarControl.
BackgroundImageLayoutChangedThis member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Inherited from TrackBarControl.
BeforeShowValueToolTipAllows you to provide custom tooltips for the thumb(s). Inherited from TrackBarControl.
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.
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.
CustomLabelOccurs when a label within the current TrackBarControl needs to be displayed. Inherited from TrackBarControl.
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 member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Inherited from TrackBarControl.
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.
ImeModeChangedFires after the value of the TrackBarControl.ImeMode property has been changed. Inherited from TrackBarControl.
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.
PreviewKeyDownOccurs before the KeyDown event when a key is pressed while focus is on this control. Inherited from Control.
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.
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.
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.
ResizeOccurs when the control is resized. Inherited from Control.
RightToLeftChangedOccurs when the RightToLeft property value changes. Inherited from Control.
ScrollFires when a user changes the trackbar’s value using the mouse or keyboard. Inherited from TrackBarControl.
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.
TextChangedFires after the value of the TrackBarControl.Text property has been changed. Inherited from TrackBarControl.
ValidatedOccurs when the control is finished validating. Inherited from Control.
ValidatingOccurs when the control is validating. Inherited from Control.
ValueChangedFires after the value of the TrackBarControl.Value property has been changed. Inherited from TrackBarControl.
VisibleChangedOccurs when the Visible property value changes. Inherited from Control.

See Also

RangeTrackBarControl Class

RangeTrackBarControl Members

DevExpress.XtraEditors Namespace