ActiveCellChangedEventArgs Constructor |
Initialize a new instance of the ActiveCellChangedEventArgs class.
Namespace: Internal.ComponentFactory.Krypton.WorkspaceAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic ActiveCellChangedEventArgs(
KryptonWorkspaceCell oldCell,
KryptonWorkspaceCell newCell
)
Parameters
- oldCell KryptonWorkspaceCell
- Previous active cell value.
- newCell KryptonWorkspaceCell
- New active cell value.
See Also