Search
ItemCollection.Changed Event
See Also
 






Raised when the collection has been changed.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public event EventHandler Changed

Visual Basic  Copy Code

Public Event Changed As EventHandler

 Event Data

Changed event handlers receive an argument of type EventArgs.

 See Also