Click or drag to resize

PageDragEndData Constructor (Object, KryptonPageCollection)

Initialize a new instance of the PageDragEndData class.

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

Parameters

source
Type: SystemObject
Source object for the drag data..
pages
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPageCollection
Collection of pages.
See Also