C1.WPF Namespace / C1TreeView Class / OnDragOver Method / OnDragOver(DragEventArgs) Method
The System.Windows.DragEventArgs that contains the event data.



In This Topic
OnDragOver(DragEventArgs) Method
In This Topic
Invoked when an unhandled System.Windows.DragDrop.DragOver attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
Syntax
'Declaration
 
Protected Overloads Overrides Sub OnDragOver( _
   ByVal e As DragEventArgs _
) 
 
'Usage
 
Dim instance As C1TreeView
Dim e As DragEventArgs
 
instance.OnDragOver(e)

Parameters

e
The System.Windows.DragEventArgs that contains the event data.
See Also