Table of Contents

Class LayoutElementEventArgs

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

Provides an implmentation to raise an event concerning a particular LayoutElement. (eg. This LayoutElement has been removed from my childrens collection)

public class LayoutElementEventArgs : EventArgs
Inheritance
LayoutElementEventArgs
Inherited Members
Extension Methods

Constructors

LayoutElementEventArgs(LayoutElement)

Class constructor

public LayoutElementEventArgs(LayoutElement element)

Parameters

element LayoutElement

Properties

Element

Gets the particular LayoutElement for which this event has been raised.

public LayoutElement Element { get; }

Property Value

LayoutElement