Click or drag to resize

DocumentPageReorderEventArgs Class

Arguments for the DocumentControl when reordering pages.
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public sealed class DocumentPageReorderEventArgs : DocumentPageEventArgs

The DocumentPageReorderEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodDocumentPageReorderEventArgs
Initializes a new instance of the DocumentPageReorderEventArgs class.
Top
Properties
  NameDescription
Public propertyNewIndex
Gets the new index of the page.
Public propertyOldIndex
Gets the previous index of the page
Top
See Also