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