Click or drag to resize

DragManager Methods

The DragManager type exposes the following members.

Methods
  NameDescription
Protected methodCreateDropData
Create the actual drop data based on the proposed data provided.
Public methodDispose
Release managed and unmanaged resources.
Protected methodDispose(Boolean)
Release unmanaged and optionally managed resources.
Public methodDragEnd
Occurs when dragging ends because of dropping.
Public methodDragMove
Occurs on dragging movement.
Public methodDragQuit
Occurs when dragging quits.
Public methodDragStart
Occurs when dragging starts.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Release resources.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPageDragEnd
Occurs when drag operation completes with pages being dropped.
Public methodPageDragMove
Occurs when the mouse moves during the drag operation.
Public methodPageDragQuit
Occurs when dragging pages has been cancelled.
Public methodPageDragStart
Occurs when a page drag is about to begin and allows it to be cancelled.
Protected methodRestoreCursor
Restore the displayed cursor back to null.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodUpdateCursor
Update the displayed cursor to reflect the current dragging state.
Top
Extension Methods
See Also