ClassRadTreeListViewDragEndedEventArgs
The EventArgs for the DragEnded event of the RadTreeView.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public class RadTreeListViewDragEndedEventArgs : RadTreeListViewDragEventArgs
Inheritance: objectRadRoutedEventArgsRadTreeListViewDragEventArgsRadTreeListViewDragEndedEventArgs
Inherited Members
Constructors
RadTreeListViewDragEndedEventArgs(bool, Collection<object>, GridViewRow, RoutedEvent, object)
Initializes a new instance of the RadTreeListViewDragEndedEventArgs class.
Declaration
public RadTreeListViewDragEndedEventArgs(bool isCanceled, Collection<object> draggedItems, GridViewRow 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.
Declaration
public TreeListViewDropPosition DropPosition { get; }
Property Value
IsCanceled
Gets whether the event has been canceled.
TargetDropItem
Gets the item on which the items are dropped.