WinUI | ComponentOne
C1.WinUI.Core Assembly / C1.WinUI.Core Namespace / C1DragHelper Class
Methods Events


In This Topic
    C1DragHelper Class Members
    In This Topic

    The following tables list the members exposed by C1DragHelper.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new C1DragHelper.  
    Top
    Public Methods
     NameDescription
    Public MethodFinalizes drag gesture.  
    Public MethodDetaches all the events handlers and releases captured element.  
    Top
    Public Events
     NameDescription
    Public EventOccurs after a drag gesture completed.  
    Public EventOccurs while a drag gesture is performed.  
    Public EventOccurs when the inertia is about to start.  
    Public EventOccurs 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.  
    Public EventOccurs when a drag gesture started.  
    Top
    See Also