Raises the DragOver event.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.dll)
Syntax
C# |
---|
protected virtual void OnDragOver( Object source, DragDropEventArgs e ) |
Visual Basic |
---|
Protected Overridable Sub OnDragOver ( _ source As Object, _ e As DragDropEventArgs _ ) |
Parameters
- source
- Type: System..::..Object
Used to set the source of the event.
- e
- Type: DragDropEventArgs
DragDropEventArgs that contains the event data.