Raised when the user has modified an allocation interactively.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<ProjectEventArgs> AllocationModified |
Visual Basic
Copy Code
|
|---|
Public Event AllocationModified As EventHandler(Of ProjectEventArgs) |
Event DataAllocationModified event handlers receive an argument of type ProjectEventArgs
See Also