Click or drag to resize

KryptonDockingManagerOnFloatingWindowRemoved Method

Raises the FloatingWindowRemoved event.

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#
protected virtual void OnFloatingWindowRemoved(
	FloatingWindowEventArgs e
)

Parameters

e
Type: Internal.ComponentFactory.Krypton.DockingFloatingWindowEventArgs
An FloatingWindowEventArgs containing the event args.
See Also