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