Un-registers a UIElement as a drag source.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.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