SyncRoot Property (C1BindingSource)
 
            
                In This Topic
            
            Gets an object that can be used to synchronize access to the underlying list.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overridable ReadOnly Property SyncRoot As System.Object
             
        
            
            public virtual System.object SyncRoot {get;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also