Click or drag to resize

TabMovedEventArgs Constructor

Initialize a new instance of the TabMovedEventArgs class.

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#
public TabMovedEventArgs(
	KryptonPage page,
	int index
)

Parameters

page
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPage
Reference to page that has been moved.
index
Type: SystemInt32
New index of the page within the page collection.
See Also