ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TreeView Class / OnDragOver Method / OnDragOver(Object,DragDropEventArgs) Method
Used to set the source of the event.
C1.Silverlight.DragDropEventArgs that contains the event data.



In This Topic
    OnDragOver(Object,DragDropEventArgs) Method
    In This Topic
    Raises the C1.Silverlight.C1TreeView.DragOver event.
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Sub OnDragOver( _
       ByVal source As Object, _
       ByVal e As DragDropEventArgs _
    ) 
    'Usage
     
    
    Dim instance As C1TreeView
    Dim source As Object
    Dim e As DragDropEventArgs
     
    instance.OnDragOver(source, e)
    protected virtual void OnDragOver( 
       object source,
       DragDropEventArgs e
    )
    protected:
    virtual void OnDragOver( 
       Object^ source,
       DragDropEventArgs^ e
    ) 

    Parameters

    source
    Used to set the source of the event.
    e
    C1.Silverlight.DragDropEventArgs that contains the event data.
    See Also