SendEvent(EventBase)
Sends an event to the event handler.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public override sealed void SendEvent(EventBase e)
Parameters
The event to send.
Remarks
The event is forwarded to the event dispatcher for processing. For more information, refer to Synthesize and send events.