MindFusion.Scheduling for Silverlight Programmer's Guide
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.Silverlight

 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

ItemCollection Members
ItemCollection Class
MindFusion.Scheduling Namespace