CtlPanel.TStopEvent
| [–] Properties | |
|---|---|
| Type: type typedef
| |
| Visibility: public | |
| Source: CTLPanel.pas CtlPanel.hpp
| |
| Unit: CtlPanel | |
| Parent: CtlPanel | |
Delphi
TStopEvent = procedure (Sender: TObject; Data: LongInt) of object;
C++
typedef void __fastcall (__closure *TStopEvent)(System::TObject* Sender, System::LongInt Data);
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).