Table of Contents

Class DocumentClosedEventArgs

Namespace
HeBianGu.Control.Dock
Assembly
HeBianGu.Control.Dock.dll

Implements an event that can be raised to inform the client application about a document that been closed and removed its content (viewmodel) from the docking framework.

public class DocumentClosedEventArgs : EventArgs
Inheritance
DocumentClosedEventArgs
Inherited Members
Extension Methods

Constructors

DocumentClosedEventArgs(LayoutDocument)

Class constructor from the documents layout model.

public DocumentClosedEventArgs(LayoutDocument document)

Parameters

document LayoutDocument

Properties

Document

Gets the model of the document that has been closed.

public LayoutDocument Document { get; }

Property Value

LayoutDocument