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

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

    Parameters

    g
    e
    See Also