Click or drag to resize

SelectableFilterCollectionTOnCollectionChanged Method

Raises the CollectionChanged event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected override void OnCollectionChanged(
	NotifyCollectionChangedEventArgs e
)

Parameters

e
Type: System.Collections.SpecializedNotifyCollectionChangedEventArgs
Event arguments.
See Also