Click or drag to resize

WidgetHandlerTWidgetAttachEvent Method

Attaches the specified event to the platform-specific control

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public virtual void AttachEvent(
	string id
)

Parameters

id
Type: SystemString
Identifier of the event
Remarks
Implementors should override this method to handle any events that the widget supports. Ensure to call the base class' implementation if the event is not one the specific widget supports, so the base class' events can be handled as well.
See Also