Search
Schedule.ItemResourceChanged Event
See Also
 






Raised when any of the resources associated with an item in the schedule has changed.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public event EventHandler<ItemEventArgs> ItemResourceChanged

Visual Basic  Copy Code

Public Event ItemResourceChanged As EventHandler(Of ItemEventArgs)

 See Also