Click or drag to resize

CustomCellICallback Interface

Callback interface for the CustomCell

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

The CustomCellICallback type exposes the following members.

Methods
  NameDescription
Public methodOnConfigureCell
Raises the configure cell event.
Public methodOnCreateCell
Raises the create cell event.
Public methodOnGetIdentifier
Raises the get identifier event.
Public methodOnGetPreferredWidth
Gets the preferred width of the cell based on its content.
Public methodOnPaint
Raises the paint event.
Top
See Also