ClassQueryContinueDragEventArgs
Class
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.
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.