Table of Contents

Class DragInterceptedEventArgs

Namespace
Selenium.WebDriver.BiDi.Cdp.Input
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

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
EventArgs
DragInterceptedEventArgs
Implements
IEquatable<EventArgs>
Inherited Members
EventArgs.ToString()
EventArgs.GetHashCode()
EventArgs.Equals(EventArgs)
EventArgs.<Clone>$()
EventArgs.BiDi
EventArgs.AdditionalData
EventArgs.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

Data DragData

Properties

Data

public DragData Data { get; init; }

Property Value

DragData