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

In This Topic
    OnQueryContinueDrag Method (C1Gauge)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnQueryContinueDrag( _
       ByVal qcdevent As System.Windows.Forms.QueryContinueDragEventArgs _
    ) 
    protected virtual void OnQueryContinueDrag( 
       System.Windows.Forms.QueryContinueDragEventArgs qcdevent
    )

    Parameters

    qcdevent
    See Also