Table of Contents

Class AnchorableClosingEventArgs

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

Implements a Cancelable event that can be raised to ask the client application whether closing this anchorable and removing its content (viewmodel) is OK or not.

public class AnchorableClosingEventArgs : CancelEventArgs
Inheritance
AnchorableClosingEventArgs
Inherited Members
Extension Methods

Constructors

AnchorableClosingEventArgs(LayoutAnchorable)

Class constructor from the anchorable layout model.

public AnchorableClosingEventArgs(LayoutAnchorable anchorable)

Parameters

anchorable LayoutAnchorable

Properties

Anchorable

Gets the model of the anchorable that is about to be closed.

public LayoutAnchorable Anchorable { get; }

Property Value

LayoutAnchorable