FilterCollectionTOnCollectionChanged Method |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxprotected virtual void OnCollectionChanged(
NotifyCollectionChangedEventArgs e
)
Protected Overridable Sub OnCollectionChanged (
e As NotifyCollectionChangedEventArgs
)
abstract OnCollectionChanged :
e : NotifyCollectionChangedEventArgs -> unit
override OnCollectionChanged :
e : NotifyCollectionChangedEventArgs -> unit
Parameters
- e
- Type: System.Collections.SpecializedNotifyCollectionChangedEventArgs
Event arguments.
See Also