Table of Contents

Method ConfigureDialogWindowContent

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

ConfigureDialogWindowContent(string, IDialogWindow, IDialogParameters)

Configure Prism.Services.Dialogs.IDialogWindow content.

protected override void ConfigureDialogWindowContent(string dialogName, IDialogWindow window, IDialogParameters parameters)

Parameters

dialogName string

The name of the dialog to show.

window IDialogWindow

The hosting window.

parameters IDialogParameters

The parameters to pass to the dialog.