MindFusion.Wpf Pack Programmer's Guide
ResourceChart.AllocationModifying Event
See Also
 





Raised when the user is modifying an allocation interactively.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public event EventHandler<ProjectValidationEventArgs> AllocationModifying

Visual Basic  Copy Code

Public Event AllocationModifying As EventHandler(Of ProjectValidationEventArgs)

 Event Data

AllocationModifying event handlers receive an argument of type ProjectValidationEventArgs.

 See Also

ResourceChart Members
ResourceChart Class
MindFusion.DataViews.Wpf Namespace