IDialogReference
Handle to a shown dialog. Await IDialogReference.Result to get the outcome once the dialog closes.
Properties
Section titled “Properties”Result
Section titled “Result”Completes when the dialog closes, carrying its DialogResult.
Methods
Section titled “Methods”Close()
Section titled “Close()”Programmatically close the dialog with a default successful result.
Close(DialogResult)
Section titled “Close(DialogResult)”Programmatically close the dialog with the given result.