Information about the SW.DragDropCompleted event.
Definition
Namespace:Telerik.Windows.DragDrop
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public sealed class DragDropCompletedEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsDragDropCompletedEventArgs
Properties
Gets or sets the data that will be used for drag-and-drop operation.(Setting the data will override everything that has already been set).
C#
public object Data { get; set; }
Effects
DragDropEffects
Gets the effect of the drag operation.
C#
public DragDropEffects Effects { get; }
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.