Raised when any of the resources associated with an item in the schedule has changed.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public event EventHandler<ItemEventArgs> ItemResourceChanged |
Visual Basic
Copy Code
|
|---|
Public Event ItemResourceChanged As EventHandler(Of ItemEventArgs) |
See Also