[]
        
(Showing Draft Content)

C1.WPF.C1DragHelper

C1DragHelper Class

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

Inheritance
C1DragHelper
Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public class C1DragHelper

Constructors

Name Description
C1DragHelper(UIElement, C1DragHelperMode, double, bool, bool, bool, bool)

Initializes a new C1DragHelper.

Methods

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.

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.

DragStarted

Occurs when a drag gesture started.

DragStarting

Occurs when a drag gesture is about to start.