Un-registers a UIElement as a drag source.

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

Syntax

C#
public void UnregisterDragSource(
	UIElement source
)
Visual Basic
Public Sub UnregisterDragSource ( _
	source As UIElement _
)

Parameters

source
Type: System.Windows..::..UIElement
UIElement that will no longer act as a drag source.

Remarks

Calling this method has the same effect as registering the element as a drag source with no effects (DragDropEffect.None).

See Also