ObservableBindingListTClearItems Method

Removes all elements from the ObservableBindingListT.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
protected override void ClearItems()

Remarks

This method raises the ListChanged event of type Reset and CollectionChanged event of type Reset.

See Also