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