Show / Hide Table of Contents

Interface IWindowCloseCommand

ウィンドウを閉じるためのビューモデルのインターフェイスです。

Namespace: MakCraft.ViewModels
Assembly: MakViewModelsBase.dll
Syntax
public interface IWindowCloseCommand

Properties

| Improve this Doc View Source

CanCloseWindow

ウィンドウがクローズできる状態かを返します。

Declaration
bool CanCloseWindow { get; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

WindowClose()

ビューモデルからウィンドウへ Close を通知するメソッドです。

Declaration
void WindowClose()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX