| WidgetIHandler Interface | 
Namespace: Eto
 Syntax
SyntaxThe WidgetIHandler type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ID | 
            Gets or sets an ID for the widget
             | 
|  | NativeHandle | 
            Gets the native platform-specific handle for integration purposes
             | 
|  | Widget | 
            Gets the widget this handler is implemented for
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | HandleEvent | 
            Called to handle a specific event
             | 
|  | Initialize | 
            Called after the widget is constructed
             | 
 See Also
See Also