QueryContinueDragEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the QueryContinueDrag event.
- C#
- VB.NET
public class QueryContinueDragEventArgs : EventArgs
Public Class QueryContinueDragEventArgs
Inherits EventArgs
Constructors
QueryContinueDragEventArgs(args)
Initializes a new instance of the QueryContinueDragEventArgs class.
| Name | Type | Description |
|---|---|---|
| args | WisejEventArgs | The arguments received from the client. |
Properties
Action
DragAction: Returns or sets the status of a drag-and-drop operation.
EscapePressed
Boolean: Returns if the user pressed the ESC key.
KeyState
Int32: Returns the current state of the SHIFT, CTRL, and ALT keys.
Modifiers
Keys: Returns a value indicating which of the modifier keys (SHIFT, CTRL, and ALT) is in a pressed state.
Used By
| Name | Description |
|---|---|
| QueryContinueDragEventHandler | Represents the method that will handle the QueryContinueDrag event of a Control. |