PageDragCancelEventArgs(Point, Point, Control, KryptonPage) Constructor |
Initialize a new instance of the PageDragCancelEventArgs class.
Namespace: Internal.ComponentFactory.Krypton.NavigatorAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic PageDragCancelEventArgs(
Point screenPoint,
Point elementOffset,
Control c,
KryptonPage[] pages
)
Parameters
- screenPoint Point
- Screen point of the mouse.
- elementOffset Point
- Offset from the top left of the element.
- c Control
- Control that started the drag operation.
- pages KryptonPage
- Array of event associated pages.
See Also