In The Hand LtdIn The Hand
NotifyCollectionChangedEventHandler Delegate
NamespacesInTheHand.Collections.SpecializedNotifyCollectionChangedEventHandler
.NET Components for Mobility
Represents the method that handles the CollectionChanged event.
Declaration Syntax
C#Visual Basic
public delegate void NotifyCollectionChangedEventHandler(
	Object sender,
	NotifyCollectionChangedEventArgs e
)
Public Delegate Sub NotifyCollectionChangedEventHandler ( _
	sender As Object, _
	e As NotifyCollectionChangedEventArgs _
)
Parameters
sender (Object)
The object that raised the event.
e (NotifyCollectionChangedEventArgs)
Information about the event.

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0