MindFusion.Scheduling for Silverlight Programmer's Guide
ResourceChart.AllocationModified Event
See Also
 





Raised when the user has modified an allocation interactively.

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 Syntax

C#  Copy Code

public event EventHandler<ProjectEventArgs> AllocationModified

Visual Basic  Copy Code

Public Event AllocationModified As EventHandler(Of ProjectEventArgs)

 Event Data

AllocationModified event handlers receive an argument of type ProjectEventArgs

 See Also

ResourceChart Members
ResourceChart Class
MindFusion.DataViews.Silverlight Namespace