Class FocusOutEvent
Event sent immediately before an element loses focus. This event trickles down and bubbles up. This event cannot be cancelled.
Inherited Members
Namespace: UnityEngine.UIElements
Syntax
public class FocusOutEvent : FocusEventBase<FocusOutEvent>, IFocusEvent
Constructors
FocusOutEvent()
Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.
Declaration
public FocusOutEvent()
Methods
Init()
Resets the event members to their initial values.
Declaration
protected override void Init()
Overrides
UnityEngine.UIElements.FocusEventBase<UnityEngine.UIElements.FocusOutEvent>.Init()