Version

DropEventArgs Class Members

The following tables list the members exposed by DropEventArgs.

Public Properties
 NameDescription
Public PropertyCopyCursorTemplateGets or sets the data template that will be used as cursor when coping operation is performed during dragging. (Inherited from Infragistics.DragDrop.DragDropEventArgs)
Public PropertyCustomMouseHolderGets or sets the System.Windows.UIElement suggested by consumer of the event as the element which has to capture the mouse during the drag-drop. (Inherited from Infragistics.DragDrop.DragDropEventArgs)
Public PropertyDataGets or sets the instance of the object that represents the dragged data. (Inherited from Infragistics.DragDrop.DragDropEventArgs)
Public PropertyDragSourceGets the UIElement that initiates drag operation. (Inherited from Infragistics.DragDrop.DragDropEventArgs)
Public PropertyDragTemplateGets or sets the data template that will be applied to dragged element representation. (Inherited from Infragistics.DragDrop.DragDropEventArgs)
Public PropertyDropNotAllowedCursorTemplateGets or sets the data template that will be used as cursor when drag operation is performed but drop dragged item is not over appropriate target. (Inherited from Infragistics.DragDrop.DragDropEventArgs)
Public PropertyDropTargetGets the instance of the object marked as drop target. (Inherited from Infragistics.DragDrop.DragDropEventArgs)
Public PropertyDropTargetElementsGets the collection of visual childs of drop target over which the dragged item is dropped.  
Public PropertyMoveCursorTemplateGets or sets the data template that will be used as cursor when item is draged over appropriate drop target. (Inherited from Infragistics.DragDrop.DragDropEventArgs)
Public PropertyOperationTypeGets or sets the type of intended action during drag-and-drop operation. Setting this property will enforce the applying of related cursor. (Inherited from Infragistics.DragDrop.DragDropEventArgs)
Public PropertyOriginalDragSourceGets the original reporting source as determined by pure hit testing. (Inherited from Infragistics.DragDrop.DragDropEventArgs)
Public Methods
 NameDescription
Public MethodGetPositionReturns mouse pointer position relative to supplied UIElement-derived object. (Inherited from Infragistics.DragDrop.DragDropMoveEventArgs)
See Also