ClassRadTreeViewDragEndedEventArgs
The EventArgs for the DragEnded event of the RadTreeView.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public class RadTreeViewDragEndedEventArgs : RadTreeViewDragEventArgs
Inheritance: objectRadRoutedEventArgsRadTreeViewDragEventArgsRadTreeViewDragEndedEventArgs
Inherited Members
Constructors
RadTreeViewDragEndedEventArgs(bool, 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
isCanceled
Is the event canceled.
draggedItems
The items that are being dragged.
targetDropItem
The target item on which they are dropped.
routedEvent
RoutedEvent
The associated routed event.
source
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.
IsCanceled
Gets whether the event has been canceled.
TargetDropItem
Gets the item on which the items are dropped.
Declaration
public RadTreeViewItem TargetDropItem { get; }
Property Value