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

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

    Parameters

    e
    See Also