TdxBarSubMenuControl.OnCloseUp Event
Occurs before closing the current submenu control.
Declaration
property OnCloseUp: TdxBarCloseUpEvent read; write;
Remarks
Handle the OnCloseUp event to perform specific actions when closing the current submenu control. For instance, in the OnCloseUp event handler you can make certain that items have valid contents before allowing the submenu to close.
See Also