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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public ActiveCellChangedEventArgs(
	KryptonWorkspaceCell oldCell,
	KryptonWorkspaceCell newCell
)

Parameters

oldCell
Type: Internal.ComponentFactory.Krypton.WorkspaceKryptonWorkspaceCell
Previous active cell value.
newCell
Type: Internal.ComponentFactory.Krypton.WorkspaceKryptonWorkspaceCell
New active cell value.
See Also