PageReorderEventArgs Constructor |
Initialize a new instance of the PageReorderEventArgs class.
Namespace: Internal.ComponentFactory.Krypton.NavigatorAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic PageReorderEventArgs(
KryptonPage pageMoving,
KryptonPage pageTarget,
bool movingBefore
)
Parameters
- pageMoving KryptonPage
- Reference to page being moved.
- pageTarget KryptonPage
- Reference to target paged.
- movingBefore Boolean
- True if moving page is to be positioned before the target; otherwise after the target.
See Also