Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class RadPageViewItemDroppingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsRadPageViewItemDroppingEventArgs
Inherited Members
Constructors
C#
public RadPageViewItemDroppingEventArgs(RadPageViewItem draggedItem, RadPageViewItem targetItem)
Properties
Gets the item that is being dropped.
C#
public RadPageViewItem DraggedItem { get; }
Gets the item that the DraggedItem is being dropped on.
C#
public RadPageViewItem TargetItem { get; }