ClassRadPageViewItemDroppingEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class RadPageViewItemDroppingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsRadPageViewItemDroppingEventArgs
Inherited Members
Constructors
RadPageViewItemDroppingEventArgs(RadPageViewItem, RadPageViewItem)
Declaration
cs-api-definition
public RadPageViewItemDroppingEventArgs(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