Table of Contents

Interface IVmDialogViewFor<T>

Namespace
Dmnk.Blazor.Dialogs.Api
Assembly
Dmnk.Blazor.Dialogs.dll

Defines a view for a dialog with a specific ViewModel.

public interface IVmDialogViewFor<T> : IVmDialogView where T : INotifyPropertyChanged

Type Parameters

T

Type of the ViewModel

Inherited Members

Properties

Vm

The ViewModel

T Vm { get; set; }

Property Value

T