Method ConfigureDialogWindowContent
ConfigureDialogWindowContent(string, IDialogWindow, IDialogParameters)
Configure Prism.Services.Dialogs.IDialogWindow content.
protected override void ConfigureDialogWindowContent(string dialogName, IDialogWindow window, IDialogParameters parameters)
Parameters
dialogNamestringThe name of the dialog to show.
windowIDialogWindowThe hosting window.
parametersIDialogParametersThe parameters to pass to the dialog.