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