DrawableCellICallback Interface |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public interface ICallback : WidgetICallback
Public Interface ICallback
Inherits WidgetICallback
type ICallback =
interface
interface WidgetICallback
end
The DrawableCellICallback type exposes the following members.
Methods
| Name | Description |
---|
| OnPaint |
Raises the paint event.
|
TopSee Also