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





Raised when an AllocationPresenter object is created for an IResourceAllocationViewModel to allow customization of the presenter.

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

 Syntax

C#  Copy Code

public event EventHandler<BasePresenterEventArgs> AllocationPresenterCreated

Visual Basic  Copy Code

Public Event AllocationPresenterCreated As EventHandler(Of BasePresenterEventArgs)

 Event Data

AllocationPresenterCreated event handlers receive an argument of type BasePresenterEventArgs.

 See Also

ResourceChart Members
ResourceChart Class
MindFusion.DataViews.Wpf Namespace