Interface that defines a message that can be used with the MVVM pattern.
Namespace:
Enkoni.Framework.UI.Mvvm
Assembly:
Enkoni.Framework.UI (in Enkoni.Framework.UI.dll) Version: 1.3.0.1
Syntaxpublic interface IMessage
Public Interface IMessage
public interface class IMessage
type IMessage = interface end
The IMessage type exposes the following members.
Properties
| Name | Description |
---|
 | Sender | Gets the message's sender. |
Top
Methods
| Name | Description |
---|
 | GetWindow | Searches for the owner window of the message sender. |
Top
See Also