Click or drag to resize

DockableWorkspaceEventArgs Constructor

Initialize a new instance of the DockableWorkspaceEventArgs class.

Namespace:  Internal.ComponentFactory.Krypton.Docking
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public DockableWorkspaceEventArgs(
	KryptonDockableWorkspace workspace,
	KryptonDockingWorkspace element
)

Parameters

workspace
Type: Internal.ComponentFactory.Krypton.DockingKryptonDockableWorkspace
Reference to dockable workspace control instance.
element
Type: Internal.ComponentFactory.Krypton.DockingKryptonDockingWorkspace
Reference to docking workspace element that is managing the dockable workspace control.
See Also