MindFusion.Scheduling for ASP.NET Programmer's Guide
StateCollection(T).CollectionChanged Event
See Also
 





Declares the CollectionChanged event.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public event EventHandler<CollectionChangedEventArgs> CollectionChanged

Visual Basic  Copy Code

Public Event CollectionChanged As EventHandler(Of CollectionChangedEventArgs)

 Event Data

An instance of the CollectionChangedEventArgs class that provides data for the event.

 See Also

StateCollection(T) Members
StateCollection(T) Class
MindFusion.Scheduling Namespace