这是indexloc提供的服务,不要输入任何密码
Skip to content

DocumentClosed event issue #195

@Skaptor

Description

@Skaptor

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions