Click or drag to resize

KryptonWorkspaceOnActiveCellChanged Method

Raises the ActiveCellChanged event.

Namespace:  Internal.ComponentFactory.Krypton.Workspace
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
protected virtual void OnActiveCellChanged(
	ActiveCellChangedEventArgs e
)

Parameters

e
Type: Internal.ComponentFactory.Krypton.WorkspaceActiveCellChangedEventArgs
An ActiveCellChangedEventArgs containing the event data.
See Also