Table of Contents

Constructor QueryContinueDragEventArgs

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

QueryContinueDragEventArgs(int, bool, DragAction)

Initializes a new instance of the QueryContinueDragEventArgs class.

public QueryContinueDragEventArgs(int keyState, bool escapePressed, DragAction action)

Parameters

keyState int

The current state of the SHIFT, CTRL, and ALT keys.

escapePressed bool

true if the ESC key was pressed; otherwise, false.

action DragAction

A DragAction value.