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