[]
Un-registers a UIElement as a drag source.
public void UnregisterDragSource(UIElement source)
Type | Name | Description |
---|---|---|
UIElement | source | UIElement that will no longer act as a drag source. |
Calling this method has the same effect as registering the element as a drag source with no effects (DragDropEffect.None).