Raises the DragOver event.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.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: C1.Silverlight..::..DragDropEventArgs
DragDropEventArgs that contains the event data.

See Also