Interface IWindow
Interface IWindow
Namespace: ISynergy.Framework.Mvvm.Abstractions
Assembly: ISynergy.Framework.Mvvm.dll
Syntax
public interface IWindow
Properties
View SourceViewModel
Gets or sets the viewmodel.
Declaration
IViewModel ViewModel { get; set; }
Property Value
| Type | Description |
|---|---|
| IViewModel | The data context. |
Methods
View SourceClose()
Closes the current window.
Declaration
void Close()