Occurs after an item of the collection or the entire collection has changed.
Namespace:
C1.LiveLinqAssembly: C1.Silverlight.LiveLinq (in C1.Silverlight.LiveLinq.dll)
Syntax
| C# |
|---|
event EventHandler<SourceChangeEventArgs<T>> Changed |
| Visual Basic |
|---|
Event Changed As EventHandler(Of SourceChangeEventArgs(Of T)) |