Click or drag to resize

DrawableCellPaintEventArgs Class

Note: This API is now obsolete.

Drawable cell paint event arguments.
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[ObsoleteAttribute("Since 2.2: Use CellPaintEventArgs instead")]
public class DrawableCellPaintEventArgs : CellPaintEventArgs

The DrawableCellPaintEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodDrawableCellPaintEventArgs
Initializes a new instance of the DrawableCellPaintEventArgs class.
Top
See Also