ClassPivotFieldListDragDropService
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
cs-api-definition
public class PivotFieldListDragDropService : RadDragDropService, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IMessageListener
Inheritance: objectDisposableObjectRadObjectRadServiceRadDragDropServicePivotFieldListDragDropService
Implements:
Inherited Members
Constructors
PivotFieldListDragDropService(RadPivotFieldList)
Declaration
cs-api-definition
public PivotFieldListDragDropService(RadPivotFieldList fieldList)
Parameters
fieldList
Fields
Methods
DisposeUnmanagedResources()
Releases any UNMANAGED resources used by this object. NOTE: If you declare some unmanaged resources in your class, you should override its finalizer and put disposing logic there also.
Declaration
cs-api-definition
protected override void DisposeUnmanagedResources()
Overrides
HandleMouseMove(Point)
Declaration
cs-api-definition
protected override void HandleMouseMove(Point mousePos)
Parameters
mousePos
Overrides
InitializeCursors()
Declaration
cs-api-definition
protected virtual void InitializeCursors()
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