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

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

    Parameters

    g
    e
    See Also