ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1DragDropManager Class / ClearTargets Method



In This Topic
    ClearTargets Method
    In This Topic
    Removes all the registered targets
    Syntax
    'Declaration
     
    
    Public Sub ClearTargets() 
    'Usage
     
    
    Dim instance As C1DragDropManager
     
    instance.ClearTargets()
    public void ClearTargets()
    public:
    void ClearTargets(); 
    See Also