[]
Cross-platform helper for listening to drag gestures supporting inertia.
public class C1DragHelper
Name | Description |
---|---|
C1DragHelper(UIElement, C1DragHelperMode, double, bool, bool, bool, bool) | Initializes a new C1DragHelper. |
Name | Description |
---|---|
Complete() | Finalizes drag gesture. |
FinalizeDrag() | Detaches all the events handlers and releases captured element. |
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. |
DragStarted | Occurs when a drag gesture started. |
DragStarting | Occurs when a drag gesture is about to start. |