Click or drag to resize

KryptonNavigatorOnTabMoved Method

Raises the TabMoved event.

Namespace: Internal.ComponentFactory.Krypton.Navigator
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected virtual void OnTabMoved(
	TabMovedEventArgs e
)

Parameters

e  TabMovedEventArgs
An TabMovedEventArgs containing event details.
See Also