Class QueryContinueDragEventArgs
Contains arguments for the Telerik.Windows.DragDropManager.QueryContinueDrag event.
Inherited Members
Namespace: Telerik.Windows.DragDrop
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class QueryContinueDragEventArgs : RadRoutedEventArgs
Properties
Action
Gets or sets the current status of the associated drag-and-drop operation.
Declaration
public DragAction Action { get; set; }
Property Value
DragAction
|
EscapePressed
Gets a value indicating whether the ESC key has been pressed.
Declaration
public bool EscapePressed { get; }
Property Value
System.Boolean
|
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
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
protected override void InvokeEventHandler(Delegate genericHandler, object genericTarget)
Parameters
System.Delegate
genericHandler
The generic handler / delegate implementation to be invoked. |
System.Object
genericTarget
The target on which the provided handler should be invoked. |