Click or drag to resize

ScrollableCallback Class

Callback implementation for the Scrollable
Inheritance Hierarchy
SystemObject
  Eto.FormsControlCallback
    Eto.FormsScrollableCallback

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

The ScrollableCallback type exposes the following members.

Constructors
  NameDescription
Public methodScrollableCallback
Initializes a new instance of the ScrollableCallback class
Top
Methods
  NameDescription
Public methodOnScroll
Raises the scroll event.
Top
See Also