MindFusion.Wpf Pack Programmer's Guide
ActivityChart.DependencyPresenterCreated Event
See Also
 





Raised when a DependencyPresenter object is created for a IDependencyViewModel to allow for customization of the presenter.

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

 Syntax

C#  Copy Code

public event EventHandler<DependencyPresenterEventArgs> DependencyPresenterCreated

Visual Basic  Copy Code

Public Event DependencyPresenterCreated As EventHandler(Of DependencyPresenterEventArgs)

 Event Data

DependencyPresenterCreated event handlers receive an argument of type DependencyPresenterEventArgs.

 See Also

ActivityChart Members
ActivityChart Class
MindFusion.DataViews.Wpf Namespace