Interface IWindowCloseCommand
ウィンドウを閉じるためのビューモデルのインターフェイスです。
Namespace: MakCraft.ViewModels
Assembly: MakViewModelBaseCore.dll
Syntax
public interface IWindowCloseCommand
Properties
| Improve this Doc View SourceCanCloseWindow
ウィンドウがクローズできる状態かを返します。
Declaration
bool CanCloseWindow { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceWindowClose()
ビューモデルからウィンドウへ Close を通知するメソッドです。
Declaration
void WindowClose()