-
Notifications
You must be signed in to change notification settings - Fork 337
Closed
Description
I found that from v4.30 and up, the content property of the closing document is null, so mi PRISM app cannot remove the region since the content is null.
private void DockingManager_DocumentClosed(object sender, DocumentClosedEventArgs e) { LayoutDocument layoutDocument = e.Document; //e.Document.content is null, breaking my region behavior using prism }
Metadata
Metadata
Assignees
Labels
No labels