Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarWindowItem Events
Show Inherited Hide Inherited

The ancestor for all items whose item controls have their own window handles.
Name Description
OnChange Occurs when the text of an edit control changes.
OnClick Allows you to respond to clicks on the bar item. Inherited from TdxBarItem.
OnCurChange Occurs on text editing.
OnDestroy This event occurs before the bar item is destroyed. Inherited from TdxBarItem.
OnEnter Occurs when an item control, corresponding to an item, receives focus.
OnExit Occurs when an item control, corresponding to an item, loses focus.
OnGetScreenTip Inherited from TdxBarItem.
OnKeyDown Occurs when a user presses a key in a linked item control.
OnKeyPress Occurs when users press a single character key.
OnKeyUp Occurs when users release a key once pressed.
See Also