CtlPanel.TExitEvent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: typedef
Visibility: public
Source: CtlPanel.hpp
Unit: CtlPanel
Parent: CtlPanel

C++

typedef System::Classes::TNotifyEvent TExitEvent;

Description

TExitEvent is the type for event handlers that respond when a control panel application is about to shut down.

TExitEvent maps to the TNotifyEvent type. It has a single parameter, Sender, which is the TAppletApplication instance.

See Also