Click or drag to resize

DocumentControlCallback Class

Callback implementation for handlers of the DocumentControl
Inheritance Hierarchy
SystemObject
  Eto.FormsControlCallback
    Eto.FormsDocumentControlCallback

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected class Callback : ControlCallback, 
	DocumentControlICallback, ControlICallback, WidgetICallback

The DocumentControlCallback type exposes the following members.

Constructors
  NameDescription
Public methodDocumentControlCallback
Initializes a new instance of the DocumentControlCallback 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