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
)
Public Function IsEventHandled (
id As String
) As Boolean
member IsEventHandled :
id : string -> bool
Parameters
- id
- Type: SystemString
Identifier of the event
Return Value
Type:
BooleanTrue if the event is handled, otherwise false
See Also