Represents a control that presents a task event item in the PertChartView control.
TaskEventPresenter

Namespace:  DlhSoft.Windows.Controls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)

Syntax

C#
public class TaskEventPresenter : UserControl, 
	IComponentConnector
Visual Basic (Declaration)
Public Class TaskEventPresenter _
	Inherits UserControl _
	Implements IComponentConnector

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      System.Windows.Media..::.Visual
        System.Windows..::.UIElement
          System.Windows..::.FrameworkElement
            System.Windows.Controls..::.Control
              System.Windows.Controls..::.ContentControl
                System.Windows.Controls..::.UserControl
                  DlhSoft.Windows.Controls.Pert..::.TaskEventPresenter

See Also