ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / PointerDragEventHandler Delegate
The source of the event.
A PointerDragEventArgs object that contains the event data.

In This Topic
    PointerDragEventHandler Delegate
    In This Topic
    Represents a method that handles events while the Gauge pointer is dragged.
    Syntax
    'Declaration
     
    Public Delegate Sub PointerDragEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As PointerDragEventArgs _
    ) 
    public delegate void PointerDragEventHandler( 
       System.object sender,
       PointerDragEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    A PointerDragEventArgs object that contains the event data.
    See Also