Click or drag to resize

ScrollableICallback Interface

Callback interface for the Scrollable

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface ICallback : ControlICallback, 
	WidgetICallback

The ScrollableICallback type exposes the following members.

Methods
  NameDescription
Public methodOnScroll
Raises the scroll event.
Top
See Also