ClassDragDropCompletedEventArgs
Class
Information about the SW.DragDropCompleted event.
Definition
Namespace:Telerik.Windows.DragDrop
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public sealed class DragDropCompletedEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsDragDropCompletedEventArgs
Properties
Data
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).
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1721:PropertyNamesShouldNotMatchGetMethods", Justification = "Introducing breaking change. Need to mark it for deprecation first.")]
public object Data { get; set; }
Property Value
Effects
Gets the effect of the drag operation.
Declaration
cs-api-definition
public DragDropEffects Effects { get; }
Property Value
DragDropEffects
Methods
InvokeEventHandler(Delegate, object)
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.