This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

IEventHandler

interface in UnityEngine.Experimental.UIElements

Description

Interface for class capable of handling events.

Public Methods

HandleEventHandle an event.
HasBubbleUpHandlersReturn true if event handlers for the event propagation BubbleUp phase have been attached on this object.
HasTrickleDownHandlersReturns true if event handlers, for the event propagation TrickleDown phase, are attached to this object.
SendEventSends an event to the event handler.