ComponentOne Basic Library for WPF and Silverlight
UnregisterDragSource Method (C1DragDropManager)


C1.WPF Namespace > C1DragDropManager Class : UnregisterDragSource Method
System.Windows.UIElement that will no longer act as a drag source.
Un-registers a System.Windows.UIElement as a drag source.
Syntax
'Declaration
 
Public Sub UnregisterDragSource( _
   ByVal source As System.Windows.UIElement _
) 
'Usage
 
Dim instance As C1DragDropManager
Dim source As System.Windows.UIElement
 
instance.UnregisterDragSource(source)
public void UnregisterDragSource( 
   System.Windows.UIElement source
)

Parameters

source
System.Windows.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

Reference

C1DragDropManager Class
C1DragDropManager Members