Class
QueryContinueDragEventArgs

Contains arguments for the event.

Definition

Namespace:Telerik.Windows.DragDrop

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public sealed class QueryContinueDragEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsQueryContinueDragEventArgs

Properties

Action

Gets or sets the current status of the associated drag-and-drop operation.

Declaration

cs-api-definition
public DragAction Action { get; set; }

Property Value

DragAction

EscapePressed

Gets a value indicating whether the ESC key has been pressed.

Declaration

cs-api-definition
public bool EscapePressed { get; }

Property Value

bool

KeyStates

Gets a flag enumeration Indicating the current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons.

Declaration

cs-api-definition
public DragDropKeyStates KeyStates { get; }

Property Value

DragDropKeyStates

Methods

InvokeEventHandler(Delegate, object)

When overridden in a derived class, provides a way to invoke event handlers in a type-specific way, which can increase efficiency over the base implementation.

Declaration

cs-api-definition
protected override void InvokeEventHandler(Delegate genericHandler, object genericTarget)

Parameters

genericHandler

Delegate

The generic handler / delegate implementation to be invoked.

genericTarget

object

The target on which the provided handler should be invoked.