Table of Contents

Interface IDialog<T>

Namespace
The.Model.Editor
Assembly
Instagile.Model.dll

databound viewmodel containing a future which be observed or cancelled by an IDialogHost

public interface IDialog<T> : IDialog

Type Parameters

T
Inherited Members

Properties

Result

Task<T> Result { get; }

Property Value

Task<T>