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