Represents the class that handles the drag drop operations in RadGanttView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class GanttViewDragDropService : RadDragDropService, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IMessageListener
Inheritance: objectDisposableObjectRadObjectRadServiceRadDragDropServiceGanttViewDragDropService...
Implements:
Inherited Members
Constructors
Initializes a new instance of the GanttViewDragDropService class.
public GanttViewDragDropService(RadGanttViewElement owner)
The owner.
Properties
Gets or sets the owner.
public RadGanttViewElement Owner { get; set; }
The owner.
Methods
Handles the mouse move.
protected override void HandleMouseMove(Point mousePos)
The mouse pos.
Overrides:
Raises the event.
protected override void OnPreviewDragDrop(RadDropEventArgs e)
The RadDropEventArgs instance containing the event data.
Overrides:
Raises the event.
protected override void OnPreviewDragOver(RadDragOverEventArgs e)
The RadDragOverEventArgs instance containing the event data.
Overrides:
Notifies that a start request has occured. Cancelable.
protected override void OnStarting(RadServiceStartingEventArgs e)
Overrides:
Notifies that a running operation has stopped. Allows inheritors to perform some additional logic upon stop.
protected override void OnStopped()
Overrides:
Notifies that a stop request has occured. Cancelable.
protected override void OnStopping(RadServiceStoppingEventArgs e)
Overrides:
Prepares the context for the drag drop operation.