PageDragEndData(Object, KryptonNavigator, KryptonPageCollection) Constructor |
Initialize a new instance of the PageDragEndData class.
Namespace: Internal.ComponentFactory.Krypton.NavigatorAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic PageDragEndData(
Object source,
KryptonNavigator navigator,
KryptonPageCollection pages
)
Parameters
- source Object
- Source object for the drag data..
- navigator KryptonNavigator
- Navigator associated with pages.
- pages KryptonPageCollection
- Collection of pages.
See Also