Click or drag to resize

ActiveCellChangedEventArgs Constructor

Initialize a new instance of the ActiveCellChangedEventArgs class.

Namespace: Internal.ComponentFactory.Krypton.Workspace
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public ActiveCellChangedEventArgs(
	KryptonWorkspaceCell oldCell,
	KryptonWorkspaceCell newCell
)

Parameters

oldCell  KryptonWorkspaceCell
Previous active cell value.
newCell  KryptonWorkspaceCell
New active cell value.
See Also