\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List.Design Namespace / C1ListBehavior Class / OnQueryContinueDrag Method

In This Topic
    OnQueryContinueDrag Method (C1ListBehavior)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub OnQueryContinueDrag( _
       ByVal g As System.Windows.Forms.Design.Behavior.Glyph, _
       ByVal e As System.Windows.Forms.QueryContinueDragEventArgs _
    ) 
    public virtual void OnQueryContinueDrag( 
       System.Windows.Forms.Design.Behavior.Glyph g,
       System.Windows.Forms.QueryContinueDragEventArgs e
    )

    Parameters

    g
    e
    See Also