Graphisoft®

Dialog ManagerVersion: 2.0

PanelObserver::PanelCloseRequested

Event handler for panel close requested notification.

virtual void PanelCloseRequested (
    const PanelCloseRequestEvent & ev,
    bool *              accepted
);

Parameters

ev
A reference to the event.
accepted
Output parameter: if the application does not accept the close event, this value should be set to false, to avoid closing the dialog. By default this parameter is true.