EventCallback<TEventType, TCallbackArgs>
Defines the structure of a callback that can be registered onto an element for an event type, along with a custom user defined argument.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Delegate
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public delegate void EventCallback<in TEventType, in TCallbackArgs>(TEventType evt, TCallbackArgs userArgs)