Click or drag to resize

FloatspaceCellEventArgs Constructor

Initialize a new instance of the FloatspaceCellEventArgs class.

Namespace:  Internal.ComponentFactory.Krypton.Docking
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public FloatspaceCellEventArgs(
	KryptonFloatspace floatspace,
	KryptonDockingFloatspace element,
	KryptonWorkspaceCell cell
)

Parameters

floatspace
Type: Internal.ComponentFactory.Krypton.DockingKryptonFloatspace
Reference to existing floatspace control instance.
element
Type: Internal.ComponentFactory.Krypton.DockingKryptonDockingFloatspace
Reference to docking floatspace element that is managing the floatspace control.
cell
Type: Internal.ComponentFactory.Krypton.WorkspaceKryptonWorkspaceCell
Reference tofloatspace control cell instance.
See Also