The event args used for various drag and drop related events.
Definition
Namespace:Telerik.Windows.Controls.DragDrop
Assembly:Telerik.Windows.Controls.dll
Syntax:
public class DragDropQueryEventArgs : DragDropEventArgs
Inheritance: objectRadRoutedEventArgsDragDropEventArgsDragDropQueryEventArgs
Inherited Members
Constructors
Initializes a new instance of the DragDropQueryEventArgs class.
public DragDropQueryEventArgs(RoutedEvent routedEvent, object source, DragDropOptions options)
The routed event identifier for this instance of the RoutedEventArgs class.
sourceobjectAn alternate source that will be reported when the event is handled. This pre-populates the Source property.
optionsDragDropOptionsThe drag event options.
Fields
Provides empty DragDropQueryEventArgs.
public static readonly DragDropQueryEventArgs EmptyArgs
Properties
Gets or sets the result of the query. This result allows or denies actions in the drag drop process.
public bool? QueryResult { get; set; }
Methods
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.