IEventHandler

interface in UnityEngine.UIElements

Description

Interface for class capable of handling events.

Public Methods

HandleEvent Handles an event according to its propagation phase and current target, by executing the element's default action or callbacks associated with the event.
HasBubbleUpHandlers Returns true if event handlers for the event propagation BubbleUp phase, have been attached to this object.
HasTrickleDownHandlers Returns true if event handlers, for the event propagation TrickleDown phase, are attached to this object.
SendEvent Sends an event to the event handler.

Did you find this page useful? Please give it a rating: