IMessenger Members
Provides methods to send messages and register message handlers.#Methods
Name | Description |
---|---|
Register |
Registers a handler of a specific message type. |
Send |
Sends the specified message. |
Unregister |
Unsubscribes the specified object from receiving any messages. |
Unregister |
Unsubscribes the specified object’s action from being invoked when a specific message occurs. |
See Also