Method ConfigureDialogWindowProperties
ConfigureDialogWindowProperties(IDialogWindow, FrameworkElement, IDialogAware)
Configure Prism.Services.Dialogs.IDialogWindow properties.
protected override void ConfigureDialogWindowProperties(IDialogWindow window, FrameworkElement dialogContent, IDialogAware viewModel)
Parameters
windowIDialogWindowThe hosting window.
dialogContentFrameworkElementThe dialog to show.
viewModelIDialogAwareThe dialog's ViewModel.