Show / Hide Table of Contents

Class QueryContinueDragEventArgs

Contains arguments for the System.Windows.DragDrop.QueryContinueDrag event.

Inheritance
System.Object
System.EventArgs
ExtendedRoutedEventArgs
QueryContinueDragEventArgs
Inherited Members
ExtendedRoutedEventArgs.Handled
ExtendedRoutedEventArgs.OriginalSource
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.Windows
Assembly: OpenSilver.Controls.Toolkit.dll
Syntax
public sealed class QueryContinueDragEventArgs : ExtendedRoutedEventArgs

Properties

| Improve this Doc View Source

Action

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

Declaration
public DragAction Action { get; set; }
Property Value
Type Description
DragAction
| Improve this Doc View Source

EscapePressed

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

Declaration
public bool EscapePressed { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

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
Type Description
DragDropKeyStates
  • Improve this Doc
  • View Source