Click or drag to resize

DocumentControl.Callback Class

Callback implementation for handlers of the DocumentControl
Inheritance Hierarchy
System.Object
  Eto.Forms.Control.Callback
    Eto.Forms.DocumentControl.Callback

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected class Callback : Control.Callback, 
	DocumentControl.ICallback, Control.ICallback, Widget.ICallback

The DocumentControl.Callback type exposes the following members.

Constructors
  NameDescription
Public methodDocumentControl.Callback
Initializes a new instance of the DocumentControl.Callback class
Top
Methods
  NameDescription
Public methodOnPageClosed
Raises the page closed event.
Public methodOnPageReordered
Raises the page reordered event.
Public methodOnSelectedIndexChanged
Raises the selected index changed event.
Top
See Also