BindingSource::Clear Method ()
.NET Framework (current version)
Removes all elements from the list.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The Clear method removes all elements from the underlying list represented by the List property and sets the Count property to zero.
This method raises the ListChanged event.
.NET Framework
Available since 2.0
Available since 2.0
Show: