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

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

Initializes a new instance of the NotificationMessage class.
public NotificationMessage ( string notification )
notification string A string containing any arbitrary message to be /// passed to recipient(s)

Same methods

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