Click or drag to resize

WidgetIHandler Interface

Handler interface for the Widget class

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

The WidgetIHandler type exposes the following members.

Properties
  NameDescription
Public propertyID
Gets or sets an ID for the widget
Public propertyNativeHandle
Gets the native platform-specific handle for integration purposes
Public propertyWidget
Gets the widget this handler is implemented for
Top
Methods
  NameDescription
Public methodHandleEvent
Called to handle a specific event
Public methodInitialize
Called after the widget is constructed
Top
See Also

Reference