[]
Represents a method that handles the CollectionChanging or CollectionChanged events.
public delegate void NotifyCollectionEventHandler(object sender, NotifyCollectionEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | The object that raised the event. |
| NotifyCollectionEventArgs | e | Information about the event. |
| Name | Description |
|---|---|
| NotifyCollectionEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, NotifyCollectionEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, NotifyCollectionEventArgs) |