Click or drag to resize

PageDragEndData(Object, KryptonPageCollection) Constructor

Initialize a new instance of the PageDragEndData class.

Namespace: Internal.ComponentFactory.Krypton.Navigator
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public PageDragEndData(
	Object source,
	KryptonPageCollection pages
)

Parameters

source  Object
Source object for the drag data..
pages  KryptonPageCollection
Collection of pages.
See Also