c# how to refreshyour bindingsource

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

Also in C#: