BindingSource::Clear Method ()

 

Removes all elements from the list.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
virtual void Clear()

Implements

IList::Clear()

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
Return to top
Show: