Click or drag to resize

SplitterICallback Interface

Callback interface for the Splitter

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

The SplitterICallback type exposes the following members.

Methods
  NameDescription
Public methodOnPositionChanged
Raises the position changed event.
Top
See Also