Click or drag to resize

DocumentPageReorderEventArgs Constructor

Initializes a new instance of the DocumentPageReorderEventArgs class.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public DocumentPageReorderEventArgs(
	DocumentPage page,
	int oldIndex,
	int newIndex
)

Parameters

page
Type: Eto.FormsDocumentPage
Page that was moved
oldIndex
Type: SystemInt32
Old index of the page.
newIndex
Type: SystemInt32
New index of the page.
See Also