Show / Hide Table of Contents

Interface IViewModelStatus

画面遷移を行うビューモデルの処理状況のプロパティのインターフェイス。

Namespace: MakCraft.Behaviors.Interfaces
Assembly: MakViewModelsBase.dll
Syntax
public interface IViewModelStatus

Properties

| Improve this Doc View Source

CurrentStatus

画面遷移を行うビューモデルの処理状況。

Declaration
ViewModelStatus CurrentStatus { get; set; }
Property Value
Type Description
ViewModelStatus
  • Improve this Doc
  • View Source
Back to top Generated by DocFX