ItemsChangedEventHandler Delegate
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Represents the method that will handle the ItemsChanged event.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Public Delegate Sub ItemsChangedEventHandler ( _ sender As Object, _ e As ItemsChangedEventArgs _ )
Parameters
- sender
- Type: System.Object
The source of the event.
- e
- Type: System.Windows.Controls.Primitives.ItemsChangedEventArgs
The event data.
Show: