System.Messaging.TMessageListenerMethod
C++
typedef void __fastcall (__closure *TMessageListenerMethod)(System::TObject* const Sender, TMessageBase* const M);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| typedef | public | System.Messaging.hpp | System.Messaging | System.Messaging | 
Description
Represents a method that receives the notification.
TMessageListenerMethod represents a method that receives the notification whenever a message is sent.
See Also
- Sending and Receiving Messages Using the RTL
 - System.Messaging.TMessageManager.SendMessage
 - System.Messaging.TMessageListener
 
- System.Messaging (Delphi) code example
 
- System.Messaging (C++) code example