Click or drag to resize

ViewModelMessenger Property

Gets or sets an instance of a IMessenger used to send messages to other objects. If , this class will attempt to broadcast using the Messenger's default instance.

Namespace:  Enkoni.Framework.UI.Mvvm
Assembly:  Enkoni.Framework.UI (in Enkoni.Framework.UI.dll) Version: 1.3.0.1
Syntax
public IMessenger Messenger { get; set; }

Property Value

Type: IMessenger
See Also