Click or drag to resize

CellPageNotifyPageDragEnd Method

Occurs when drag operation completes with pages being dropped.

Namespace:  Internal.ComponentFactory.Krypton.Workspace
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool PageDragEnd(
	Object sender,
	PointEventArgs e
)

Parameters

sender
Type: SystemObject
Source of the page drag; can be null.
e
Type: Internal.ComponentFactory.Krypton.ToolkitPointEventArgs
Event arguments containing the new screen point of the mouse.

Return Value

Type: Boolean
Drop was performed and the source can perform any removal of pages as required.

Implements

IDragPageNotifyPageDragEnd(Object, PointEventArgs)
See Also