bovender framework
C# framework that implements MVVM and more
Bovender.Mvvm.Messaging.IMessage< T > Interface Template Reference

Defines a Sent event that consumers of a view model can subscribe to in order to listen to the view model's message. More...

Inheritance diagram for Bovender.Mvvm.Messaging.IMessage< T >:
Bovender.Mvvm.Messaging.Message< T >

Events

EventHandler< MessageArgs< T > > Sent
 

Detailed Description

Defines a Sent event that consumers of a view model can subscribe to in order to listen to the view model's message.

Type Constraints
T :MessageContent 

Definition at line 29 of file IMessage.cs.


The documentation for this interface was generated from the following file: