Click or drag to resize

FloatspaceEventArgs Constructor

Initialize a new instance of the FloatspaceEventArgs 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 FloatspaceEventArgs(
	KryptonFloatspace floatspace,
	KryptonDockingFloatspace element
)

Parameters

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