C# (CSharp) GalaSoft.MvvmLight.Messaging Пространство имен

Классы

Имя Описание
MessageBase Base class for all messages broadcasted by the Messenger. You can create your own message types by extending this class.
NotificationMessage Passes a string message (Notification) and a generic value (Content) to a recipient.
PropertyChangedMessageBase Basis class for the PropertyChangedMessage{T} class. This class allows a recipient to register for all PropertyChangedMessages without having to specify the type T.