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