ComponentOne Basic Library for WPF and Silverlight
Effect Property (DragDropEventArgs)


C1.WPF Namespace > DragDropEventArgs Class : Effect Property
Gets or sets the DragDropEffect that will be applied when the user drops the DragSource element into the DropTarget element.
Syntax
'Declaration
 
Public Property Effect As DragDropEffect
'Usage
 
Dim instance As DragDropEventArgs
Dim value As DragDropEffect
 
instance.Effect = value
 
value = instance.Effect
public DragDropEffect Effect {get; set;}
See Also

Reference

DragDropEventArgs Class
DragDropEventArgs Members