ValidateCommandEvent
This event is sent by the Editor while it determines whether the command will be handled by an element in the panel.
Read time 2 minutesLast updated 2 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Inherits from: CommandEventBase<ValidateCommandEvent>
- Implements: IDisposable, ICommandEvent
public class ValidateCommandEvent : CommandEventBase<ValidateCommandEvent>, IDisposable, ICommandEvent
Remarks
See also: Command Events.