INotifyCollectionChangedWeak..::..AddHandler Method
Attach a weak event handler to this object
Namespace:
Tortuga.Anchor.EventingAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
void AddHandler( IListener<NotifyCollectionChangedEventArgs> eventHandler )
Sub AddHandler ( _ eventHandler As IListener(Of NotifyCollectionChangedEventArgs) _ )
Parameters
- eventHandler
- Type: Tortuga.Anchor.Eventing..::..IListener<(Of <(<'NotifyCollectionChangedEventArgs>)>)>