Class QueryContinueDragEventArgs
Inheritance
System.Object
QueryContinueDragEventArgs
Assembly: Telerik.WinUI.Controls.dll
Syntax
public sealed class QueryContinueDragEventArgs : RadRoutedEventArgs
Properties
Declaration
public DragAction Action { get; set; }
Property Value
Declaration
public bool EscapePressed { get; }
Property Value
Declaration
public DragDropKeyStates KeyStates { get; }
Property Value
Methods
Declaration
protected override void InvokeEventHandler(Delegate genericHandler, object genericTarget)
Parameters
|
System.Delegate
genericHandler
|
|
System.Object
genericTarget
|
Overrides
Extension Methods