TabMovedEventArgs Constructor |
Initialize a new instance of the TabMovedEventArgs class.
Namespace: Internal.ComponentFactory.Krypton.NavigatorAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic TabMovedEventArgs(
KryptonPage page,
int index
)
Parameters
- page KryptonPage
- Reference to page that has been moved.
- index Int32
- New index of the page within the page collection.
See Also