Click or drag to resize

FloatingWindowEventArgs Constructor

Initialize a new instance of the FloatingWindowEventArgs class.

Namespace: Internal.ComponentFactory.Krypton.Docking
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public FloatingWindowEventArgs(
	KryptonFloatingWindow floatingWindow,
	KryptonDockingFloatingWindow element
)

Parameters

floatingWindow  KryptonFloatingWindow
Reference to floating window instance.
element  KryptonDockingFloatingWindow
Reference to docking floating winodw element that is managing the floating window.
See Also