Version: 2022.1
Synthesize and send events
Capture events

Event reference

UI Toolkit raises an event when a user interacts with and changes the state of elements from UI(User Interface) Allows a user to interact with your application. Unity currently supports three UI systems. More info
See in Glossary
Toolkit. The event design is similar to the Event interface for HTML elements.

Event types fit into a hierarchy based on the EventBase class. Each event family implements an interface that defines the common characteristics for all events of the same family. For example, BlurEvent and FocusEvent use the FocusEventBase class.

Select any of the event types listed below for more information on the event, its parent class, and links to the API documentation.

Additional resources

Synthesize and send events
Capture events