ClassQueryContinueDragEventArgs
Contains arguments for the Telerik.UI.Xaml.Controls.DragDrop.DragDropManager.QueryContinueDrag event.
Definition
Namespace:Telerik.UI.Xaml.Controls.DragDrop
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public sealed class QueryContinueDragEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsQueryContinueDragEventArgs
Inherited Members
Properties
Action
Gets or sets the current status of the associated drag-and-drop operation.
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
public DragDropKeyStates KeyStates { get; }
Property Value
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
genericHandler
The generic handler / delegate implementation to be invoked.
genericTarget
The target on which the provided handler should be invoked.
Overrides