Table of Contents

Class AnchorableHidingEventArgs

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

Implements a Cancelable event that can be raised to ask the client application whether hiding this anchorable is OK or not.

public class AnchorableHidingEventArgs : CancelEventArgs
Inheritance
AnchorableHidingEventArgs
Inherited Members
Extension Methods

Constructors

AnchorableHidingEventArgs(LayoutAnchorable)

Class constructor from the anchorable layout model.

public AnchorableHidingEventArgs(LayoutAnchorable anchorable)

Parameters

anchorable LayoutAnchorable

Properties

Anchorable

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

public LayoutAnchorable Anchorable { get; }

Property Value

LayoutAnchorable

CloseInsteadOfHide

Gets or sets a value indicating whether an anchorable should be closed instead of hidden

public bool CloseInsteadOfHide { get; set; }

Property Value

bool