Class DragInterceptedEventArgs
Emitted only when Input.setInterceptDrags is enabled. Use this data with Input.dispatchDragEvent to restore normal drag and drop behavior.
public sealed record DragInterceptedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<DragInterceptedEventArgs>
- Inheritance
-
EventArgsDragInterceptedEventArgs
- Implements
-
IEquatable<EventArgs>
- Inherited Members
-
EventArgs.ToString()EventArgs.GetHashCode()EventArgs.Equals(EventArgs)EventArgs.<Clone>$()EventArgs.BiDiEventArgs.AdditionalDataEventArgs.AdditionalMessageData
Constructors
DragInterceptedEventArgs(DragData)
Emitted only when Input.setInterceptDrags is enabled. Use this data with Input.dispatchDragEvent to restore normal drag and drop behavior.
public DragInterceptedEventArgs(DragData Data)
Parameters
DataDragData
Properties
Data
public DragData Data { get; init; }