Class
RadPageViewItemDroppingEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class RadPageViewItemDroppingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsRadPageViewItemDroppingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

RadPageViewItemDroppingEventArgs(RadPageViewItem, RadPageViewItem)

Declaration

cs-api-definition
public RadPageViewItemDroppingEventArgs(RadPageViewItem draggedItem, RadPageViewItem targetItem)

Parameters

draggedItem

RadPageViewItem

targetItem

RadPageViewItem

Properties

DraggedItem

Gets the item that is being dropped.

Declaration

cs-api-definition
public RadPageViewItem DraggedItem { get; }

Property Value

RadPageViewItem

TargetItem

Gets the item that the DraggedItem is being dropped on.

Declaration

cs-api-definition
public RadPageViewItem TargetItem { get; }

Property Value

RadPageViewItem