Skip to content

IDialogReference

Handle to a shown dialog. Await IDialogReference.Result to get the outcome once the dialog closes.

Completes when the dialog closes, carrying its DialogResult.

Programmatically close the dialog with a default successful result.

Programmatically close the dialog with the given result.