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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public FloatingWindowEventArgs(
	KryptonFloatingWindow floatingWindow,
	KryptonDockingFloatingWindow element
)

Parameters

floatingWindow
Type: Internal.ComponentFactory.Krypton.DockingKryptonFloatingWindow
Reference to floating window instance.
element
Type: Internal.ComponentFactory.Krypton.DockingKryptonDockingFloatingWindow
Reference to docking floating winodw element that is managing the floating window.
See Also