Class RadTreeListViewDragEndedEventArgs
The EventArgs for the DragEnded event of the RadTreeView.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
[ScriptableType]
public class RadTreeListViewDragEndedEventArgs : RadTreeListViewDragEventArgs
Constructors
RadTreeListViewDragEndedEventArgs(Boolean, 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
System. Is the event canceled. |
System. The items that are being dragged. |
Grid 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 TreeListViewDropPosition 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 GridViewRow TargetDropItem { get; }