TdxBarWindowItem.OnEnter Event
In This Article
Occurs when an item control, corresponding to an item, receives focus.
#Declaration
Delphi
property OnEnter: TNotifyEvent read; write;
#Remarks
Handle this event to perform specific actions when an item control, corresponding to an item, receives focus.
See Also