Raises the DragDrop event.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
protected virtual void OnDragDrop(
	MouseEventArgs e
)
Visual Basic
Protected Overridable Sub OnDragDrop ( _
	e As MouseEventArgs _
)

Parameters

e
Type: System.Windows.Input..::..MouseEventArgs
MouseEventArgs that contains the event data.

See Also