ComponentOne SuperTooltip for WinForms
C1.Win.SuperTooltip.5 Assembly / C1.Win.SuperTooltip Namespace / C1SuperLabel Class / OnQueryContinueDrag Method

In This Topic
    OnQueryContinueDrag Method (C1SuperLabel)
    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