Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class ListControlDragDropService : RadDragDropService, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IMessageListener
Inheritance: objectDisposableObjectRadObjectRadServiceRadDragDropServiceListControlDragDropService...
Implements:
Inherited Members
Constructors
Methods
Determines whether the service may be started. Validation is as follows:
- Check whether Enabled is true.
- Check the context through IsContextValid method. An exception is thrown if context is invalid.
- Checks the current state - it should be Initial or Stopped.
C#
protected virtual void DisposeHint()
C#
protected override void HandleMouseMove(Point mousePosition)
Overrides:
C#
protected override void OnPreviewDragDrop(RadDropEventArgs e)
Overrides:
C#
protected virtual void OnPreviewDragDropCore(RadListElement targetList, RadListVisualItem targetElement)
C#
protected override void OnPreviewDragHint(PreviewDragHintEventArgs e)
Overrides:
C#
protected override void OnPreviewDragOver(RadDragOverEventArgs e)
Overrides:
Performs the core Start logic.
C#
protected override void PerformStart()
Overrides:
Stops the service. Performs the core logic.
C#
protected override void PerformStop()
Overrides:
C#
protected virtual void PrepareDragHint(RadListElement listElement)