ClassDetailListViewDragDropService
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class DetailListViewDragDropService : RadDragDropService, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IMessageListener
Inheritance: objectDisposableObjectRadObjectRadServiceRadDragDropServiceDetailListViewDragDropService
Implements:
Inherited Members
Constructors
DetailListViewDragDropService(DetailListViewElement)
Declaration
cs-api-definition
public DetailListViewDragDropService(DetailListViewElement owner)
Parameters
owner
Methods
DisposeDragHint()
Declaration
cs-api-definition
protected virtual void DisposeDragHint()
GetDragHintSize(ISupportDrop)
Declaration
cs-api-definition
protected virtual Size GetDragHintSize(ISupportDrop iSupportDrop)
Parameters
iSupportDrop
Returns
HandleMouseMove(Point)
Declaration
cs-api-definition
protected override void HandleMouseMove(Point mousePos)
Parameters
mousePos
Overrides
IsDropTargetValid(ISupportDrop)
Declaration
cs-api-definition
protected override bool IsDropTargetValid(ISupportDrop dropTarget)
Parameters
dropTarget
Returns
Overrides
OnPreviewDragDrop(RadDropEventArgs)
Declaration
cs-api-definition
protected override void OnPreviewDragDrop(RadDropEventArgs e)
Parameters
e
Overrides
OnPreviewDragOver(RadDragOverEventArgs)
Declaration
cs-api-definition
protected override void OnPreviewDragOver(RadDragOverEventArgs e)
Parameters
e
Overrides
PerformStart()
Performs the core Start logic.
Declaration
cs-api-definition
protected override void PerformStart()
Overrides
PerformStop()
Stops the service. Performs the core logic.
Declaration
cs-api-definition
protected override void PerformStop()
Overrides
PrepareDragHint()
Declaration
cs-api-definition
protected virtual void PrepareDragHint()
UpdateDragHintLocation(Point)
Declaration
cs-api-definition
protected virtual void UpdateDragHintLocation(Point mousePosition)
Parameters
mousePosition