Click or drag to resize

IMessage Interface

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
Syntax
public interface IMessage

The IMessage type exposes the following members.

Properties
  NameDescription
Public propertySender
Gets the message's sender.
Top
Methods
  NameDescription
Public methodGetWindow
Searches for the owner window of the message sender.
Top
See Also