SendEvent(EventBase)
Sends an event to the event handler.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
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.