Interface IDialog<T>
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>