FloatspaceCellEventArgs Constructor |
Initialize a new instance of the FloatspaceCellEventArgs class.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic FloatspaceCellEventArgs(
KryptonFloatspace floatspace,
KryptonDockingFloatspace element,
KryptonWorkspaceCell cell
)
Parameters
- floatspace KryptonFloatspace
- Reference to existing floatspace control instance.
- element KryptonDockingFloatspace
- Reference to docking floatspace element that is managing the floatspace control.
- cell KryptonWorkspaceCell
- Reference tofloatspace control cell instance.
See Also