[]
        
(Showing Draft Content)

C1.WinUI.Core.C1DragHelper

C1DragHelper Class

Cross-platform helper for listening to drag gestures supporting inertia.

Inheritance
C1DragHelper
Namespace: C1.WinUI.Core
Assembly: C1.WinUI.Core.dll
Syntax
public class C1DragHelper

Constructors

Name Description
C1DragHelper(FrameworkElement, C1DragHelperMode, double?, bool, bool, bool, bool, bool)

Initializes a new C1DragHelper.

Methods

Name Description
Complete()

Finalizes drag gesture.

FinalizeHelper()

Detaches all the events handlers and releases captured element.

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.