FastBindingListTClearItems Method

Removes all elements from the FastBindingListT.

Definition

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

Remarks

This method raises the ListChanged event of type Reset.

See Also