Table of Contents

Method ConfigureDialogWindowProperties

Namespace
Innova.Prism.Library.Services
Assembly
Innova.Prism.Library.dll

ConfigureDialogWindowProperties(IDialogWindow, FrameworkElement, IDialogAware)

Configure Prism.Services.Dialogs.IDialogWindow properties.

protected override void ConfigureDialogWindowProperties(IDialogWindow window, FrameworkElement dialogContent, IDialogAware viewModel)

Parameters

window IDialogWindow

The hosting window.

dialogContent FrameworkElement

The dialog to show.

viewModel IDialogAware

The dialog's ViewModel.