SortableBindingListTOnListChanged Method

Raises the ListChanged event.

Definition

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

Parameters

e  ListChangedEventArgs
The ListChangedEventArgs instance containing the event data.

See Also