ClassRadPageViewDragDropService
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class RadPageViewDragDropService : RadDragDropService, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IMessageListener
Inheritance: objectDisposableObjectRadObjectRadServiceRadDragDropServiceRadPageViewDragDropService
Derived Classes:
Implements:
Inherited Members
Constructors
RadPageViewDragDropService(RadPageViewElement)
Declaration
cs-api-definition
public RadPageViewDragDropService(RadPageViewElement owner)
Parameters
owner
Methods
CanDragOver(RadPageViewItem)
Declaration
cs-api-definition
protected virtual bool CanDragOver(RadPageViewItem pageViewItem)
Parameters
pageViewItem
Returns
HandleMouseMove(Point)
Declaration
cs-api-definition
protected override void HandleMouseMove(Point mousePos)
Parameters
mousePos
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