Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 828 Bytes

File metadata and controls

22 lines (15 loc) · 828 Bytes

IDialogService.CloseDialog method

Closes a modal dialog previously opened from the ShowDialog method. It returns errors if trying to close a dialog that was not previously opened or that has already been closed.

public void CloseDialog(ModalDialogViewModelBase dialog)

Exceptions

exception condition
Exception dialog is null.
Exception Thrown if the dialog was not initialized correctly.

See Also