CtlPanel.TStopEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TStopEvent)(System::TObject* Sender, int Data);

Properties

Type Visibility Source Unit Parent
typedef public CtlPanel.hpp CtlPanel CtlPanel

Description

TStopEvent is the type of the OnStop event handler.

TStopEvent lets you respond when a control panel applet receives a shutdown request.

Sender is the Applet Module that received the request to shut down.

Data is the value that was set in the Inquire events (OnInquire or OnNewInquire).

See Also