Class RadTreeViewDragEndedEventArgs
The EventArgs for the DragEnded event of the RadTreeView.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
[ScriptableType]
public class RadTreeViewDragEndedEventArgs : RadTreeViewDragEventArgs
Constructors
RadTreeViewDragEndedEventArgs(Boolean, Collection<Object>, RadTreeViewItem, RoutedEvent, Object)
Initializes a new instance of the RadTreeViewDragEndedEventArgs class.
Declaration
public RadTreeViewDragEndedEventArgs(bool isCanceled, Collection<object> draggedItems, RadTreeViewItem targetDropItem, RoutedEvent routedEvent, object source)
Parameters
System. Is the event canceled. |
System. The items that are being dragged. |
Rad The target item on which they are dropped. |
System. The associated routed event. |
System. The source of the event. |
Properties
DropPosition
Gets the position where the items are dropped relative to the TargetDropItem. If you need to set the DropPosition, set it to the targetDropItem.
Declaration
[ScriptableMember]
public DropPosition DropPosition { get; }
Property Value
IsCanceled
Gets whether the event has been canceled.
Declaration
[ScriptableMember]
public bool IsCanceled { get; }
Property Value
System.
|
TargetDropItem
Gets the item on which the items are dropped.
Declaration
[ScriptableMember]
public RadTreeViewItem TargetDropItem { get; }