System.Messaging.TMessageListenerMethod

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TMessageListenerMethod)(System::TObject* const Sender, TMessage* 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