FastBindingListTOnListChanged Method

Raises the ListChanged event.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
C#
protected virtual void OnListChanged(
	ListChangedEventArgs e
)

Parameters

e  ListChangedEventArgs
The ListChangedEventArgs instance containing the event data.

See Also