Search
ItemCollection.CollectionChanged Event
See Also
 





Raised when the collection has been changed. Provides detailed information about what caused the changed.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public event NotifyCollectionChangedEventHandler CollectionChanged

Visual Basic  Copy Code

Public Event CollectionChanged As NotifyCollectionChangedEventHandler

 Event Data

CollectionChanged event handlers receive an argument of type NotifyCollectionChangedEventArgs.

 See Also