PageDragEventArgs(Point, KryptonPageCollection) Constructor |
Initialize a new instance of the KryptonPageDragEventArgs class.
Namespace: Internal.ComponentFactory.Krypton.NavigatorAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic PageDragEventArgs(
Point screenPoint,
KryptonPageCollection pages
)
Parameters
- screenPoint Point
- Screen point of the mouse.
- pages KryptonPageCollection
- Collection of event associated pages.
See Also