ClassRadPageViewItemDroppedEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class RadPageViewItemDroppedEventArgs : EventArgs
Inheritance: objectEventArgsRadPageViewItemDroppedEventArgs
Inherited Members
Constructors
RadPageViewItemDroppedEventArgs(RadPageViewItem, RadPageViewItem)
Declaration
cs-api-definition
public RadPageViewItemDroppedEventArgs(RadPageViewItem draggedItem, RadPageViewItem targetItem)
Parameters
draggedItem
targetItem
Properties
DraggedItem
Gets the item that is being dropped.
Declaration
cs-api-definition
public RadPageViewItem DraggedItem { get; }
Property Value
TargetItem
Gets the item that the DraggedItem is being dropped on.
Declaration
cs-api-definition
public RadPageViewItem TargetItem { get; }
Property Value