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



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