Click or drag to resize

IViewDialogMessage Interface

Namespace:  Enkoni.Framework.UI.Mvvm
Assembly:  Enkoni.Framework.UI (in Enkoni.Framework.UI.dll) Version: 1.3.0.1
Syntax
public interface IViewDialogMessage : IMessage

The IViewDialogMessage type exposes the following members.

Properties
  NameDescription
Public propertyCallback
Gets or sets the callback called when a View is closed.
Public propertySender
Gets the message's sender.
(Inherited from IMessage.)
Public propertyViewModel
Gets or sets the ViewModel source for the View.
Top
Methods
  NameDescription
Public methodGetWindow
Searches for the owner window of the message sender.
(Inherited from IMessage.)
Top
See Also