Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Methods

Jan Karger edited this page Jul 20, 2017 · 2 revisions

Closing

The ChildWindow has this method to close it explicit.

public bool Close(object childWindowResult = null)

It will raise the Closing event and execute the CloseButtonCommand. After successfully closing the ClosingFinished event will be raised.

You can pass a child window result if you use the ShowChildWindowAsync method from the ChildWindowManager.

Clone this wiki locally