Click or drag to resize

CustomCellCallback Class

Callback implementation for the CustomCell
Inheritance Hierarchy
SystemObject
  Eto.FormsCustomCellCallback

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

The CustomCellCallback type exposes the following members.

Constructors
  NameDescription
Public methodCustomCellCallback
Initializes a new instance of the CustomCellCallback class
Top
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