NotifyCollectionChangedEventHandler
NotifyCollectionChangedEventHandler
NotifyCollectionChangedEventHandler
NotifyCollectionChangedEventHandler
Delegate
Definition
Represents the method that will handle the CollectionChanged event.
.NET This interface appears as System.Collections.Specialized.NotifyCollectionChangedEventHandler.
public : delegate void NotifyCollectionChangedEventHandler(PlatForm::Object sender, NotifyCollectionChangedEventArgs e)public delegate void NotifyCollectionChangedEventHandler(Object sender, NotifyCollectionChangedEventArgs e)Public Delegate NotifyCollectionChangedEventHandler(sender As Object, e As NotifyCollectionChangedEventArgs)// This API is not available in Javascript.
Parameters
- sender
- PlatForm::Object Object Object Object
The object where the handler is attached.
- e
- NotifyCollectionChangedEventArgs NotifyCollectionChangedEventArgs NotifyCollectionChangedEventArgs NotifyCollectionChangedEventArgs
Event data for the event.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
When programming with .NET, this delegate is hidden and developers should use the System.Collections.Specialized.NotifyCollectionChangedEventHandler delegate.