ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / OnDragEnter Method
A System.Windows.Forms.DragEventArgs that contains event data.

In This Topic
    OnDragEnter Method (C1FlexPivotGrid)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnDragEnter( _
       ByVal e As DragEventArgs _
    ) 
    protected virtual void OnDragEnter( 
       DragEventArgs e
    )

    Parameters

    e
    A System.Windows.Forms.DragEventArgs that contains event data.
    See Also