csharp how to refresh your binding source

Code Example - csharp how to refresh your binding source

                
                        source.DataSource = null;
               source.DataSource = ListTriangles;
                //set it to null and recconect it to the list to 
				//Refresh it