Raised when the collection has been changed. Provides detailed information about what caused the changed.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public event NotifyCollectionChangedEventHandler CollectionChanged |
Visual Basic
Copy Code
|
|---|
Public Event CollectionChanged As NotifyCollectionChangedEventHandler |
Event DataCollectionChanged event handlers receive an argument of type NotifyCollectionChangedEventArgs.
See Also