Click or drag to resize

WidgetHandlerTWidgetIsEventHandled Method

Gets a value indicating that the specified event is handled

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool IsEventHandled(
	string id
)

Parameters

id
Type: SystemString
Identifier of the event

Return Value

Type: Boolean
True if the event is handled, otherwise false
See Also