FloatingWindowEventArgs Constructor |
Initialize a new instance of the FloatingWindowEventArgs class.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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