Class RadPageViewItemDroppingEventArgs
Inheritance
System.Object
RadPageViewItemDroppingEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadPageViewItemDroppingEventArgs : CancelEventArgs
Constructors
RadPageViewItemDroppingEventArgs(RadPageViewItem, RadPageViewItem)
Declaration
public RadPageViewItemDroppingEventArgs(RadPageViewItem draggedItem, RadPageViewItem targetItem)
Parameters
Rad
|
Rad
|
Properties
DraggedItem
Gets the item that is being dropped.
Declaration
public RadPageViewItem DraggedItem { get; }
Property Value
TargetItem
Gets the item that the DraggedItem is being dropped on.
Declaration
public RadPageViewItem TargetItem { get; }