Click or drag to resize

DocumentPageEventArgs Class

Arguments for the DocumentControl to get the current page.
Inheritance Hierarchy

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

The DocumentPageEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodDocumentPageEventArgs
Initializes a new instance of the DocumentPageEventArgs class.
Top
Properties
  NameDescription
Public propertyPage
Gets the document page.
Top
See Also