ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1GaugeBase Class / OnPointerDragEnd Method

In This Topic
    OnPointerDragEnd Method (C1GaugeBase)
    In This Topic
    Raises the PointerDragEnd event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnPointerDragEnd( _
       ByVal e As PointerDragEventArgs _
    ) 
    protected virtual void OnPointerDragEnd( 
       PointerDragEventArgs e
    )

    Parameters

    e
    See Also