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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual void OnTabMoved(
	TabMovedEventArgs e
)

Parameters

e
Type: Internal.ComponentFactory.Krypton.NavigatorTabMovedEventArgs
An TabMovedEventArgs containing event details.
See Also