Table of Contents

Class AnchorableHiddenEventArgs

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

Implements an event that can be raised to inform the client application about an anchorable that been hidden.

public class AnchorableHiddenEventArgs : EventArgs
Inheritance
AnchorableHiddenEventArgs
Inherited Members
Extension Methods

Constructors

AnchorableHiddenEventArgs(LayoutAnchorable)

Class constructor from the anchorables layout model.

public AnchorableHiddenEventArgs(LayoutAnchorable anchorable)

Parameters

anchorable LayoutAnchorable

Properties

Anchorable

Gets the model of the anchorable that has been hidden.

public LayoutAnchorable Anchorable { get; }

Property Value

LayoutAnchorable