[]
        
(Showing Draft Content)

C1.WPF.Core.C1DragDropManager.UnregisterDragSource

UnregisterDragSource Method

UnregisterDragSource(UIElement)

Un-registers a UIElement as a drag source.

Declaration
public void UnregisterDragSource(UIElement source)
Parameters
Type Name Description
UIElement source

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).