Class QueryContinueDragEventArgs
Contains arguments for the System.Windows.DragDrop.QueryContinueDrag event.
Inherited Members
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 SourceAction
Gets or sets the current status of the associated drag-and-drop operation.
Declaration
public DragAction Action { get; set; }
Property Value
Type | Description |
---|---|
DragAction |
EscapePressed
Gets a value indicating whether the ESC key has been pressed.
Declaration
public bool EscapePressed { get; }
Property Value
Type | Description |
---|---|
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
Type | Description |
---|---|
DragDropKeyStates |