-
-
Notifications
You must be signed in to change notification settings - Fork 55
Methods
Jan Karger edited this page Jul 20, 2017
·
2 revisions
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
.