C1DragHelper Class Members
In This Topic
The following tables list the members exposed by C1DragHelper.
Public Constructors
Public Methods
| Name | Description |
| Complete | Finalizes drag gesture. |
| FinalizeHelper | Detaches all the events handlers and releases captured element. |
Top
Public Events
| Name | Description |
| DragCompleted | Occurs after a drag gesture completed. |
| DragDelta | Occurs while a drag gesture is performed. |
| DragInertiaStarted | Occurs when the inertia is about to start. |
| DragPreview | Occurs before a drag gesture starts giving the user the opportunity to configure the kind of gesture that will be listened based on the point where the manipulation started. |
| DragStarted | Occurs when a drag gesture started. |
Top
See Also