GalaSoft.MvvmLight.Messaging.NotificationMessage.NotificationMessage C# (CSharp) Метод

NotificationMessage() публичный Метод

Initializes a new instance of the NotificationMessage class.
public NotificationMessage ( object sender, object target, string notification )
sender object The message's sender.
target object The message's intended target. This parameter can be used /// to give an indication as to whom the message was intended for. Of course /// this is only an indication, amd may be null.
notification string A string containing any arbitrary message to be /// passed to recipient(s)

Same methods

NotificationMessage::NotificationMessage ( object sender, string notification )
NotificationMessage::NotificationMessage ( string notification )
NotificationMessage