ChunkList<T> Events
A collection that improves performance in applications where you handle large and frequent data source updates.| Name | Description |
|---|---|
| ListChanged | Occurs after the data source has been changed. |
| ListChanging | Occurs before the data source is changed. |
See Also