[]
Cross-platform helper for listening to drag gestures supporting inertia.
public class C1DragHelper
| Name | Description |
|---|---|
| C1DragHelper(FrameworkElement, C1DragHelperMode, double?, bool, bool, bool, bool, bool) | Initializes a new C1DragHelper. |
| Name | Description |
|---|---|
| Complete() | Finalizes drag gesture. |
| FinalizeHelper() | Detaches all the events handlers and releases captured element. |
| 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. |