# QueryContinueDragEventArgs

URL: https://docs.wisej.com/api/wisej.web/general/control/wisej.web.querycontinuedrageventargs

Version: 4.1
Namespace: **Wisej.Web**

Assembly: **Wisej.Framework** (4.1.0.0)

Provides data for the [QueryContinueDrag](/api/wisej.web/general/control/#querycontinuedrag) event.

- C# - VB.NET

```csharp
public class QueryContinueDragEventArgs : EventArgs
```

```visual
Public Class QueryContinueDragEventArgs
    Inherits EventArgs
```

## Constructors

### ![Instance member](/img/api/instance.png) QueryContinueDragEventArgs(args)

Initializes a new instance of the [QueryContinueDragEventArgs](/api/wisej.web/general/control/wisej.web.querycontinuedrageventargs) class.

| Name | Type | Description | **args** | WisejEventArgs | The arguments received from the client. 

## Properties

### ![Instance member](/img/api/instance.png) Action

[DragAction](/api/wisej.web/enumerations/wisej.web.dragaction) : Returns or sets the status of a drag-and-drop operation.

### ![Instance member](/img/api/instance.png) EscapePressed

[Boolean](https://docs.microsoft.com/dotnet/api/system.boolean) : Returns if the user pressed the ESC key.

### ![Instance member](/img/api/instance.png) KeyState

[Int32](https://docs.microsoft.com/dotnet/api/system.int32) : Returns the current state of the SHIFT, CTRL, and ALT keys.

### ![Instance member](/img/api/instance.png) Modifiers

[Keys](/api/wisej.web/enumerations/wisej.web.keys) : Returns a value indicating which of the modifier keys (SHIFT, CTRL, and ALT) is in a pressed state.

## Used By

| Name | Description | [QueryContinueDragEventHandler](/api/wisej.web/general/control/wisej.web.querycontinuedrageventhandler) | Represents the method that will handle the [QueryContinueDrag](/api/wisej.web/general/control/#querycontinuedrag) event of aControl .
