C# Class CoderForRent.Charting.Gantt.GanttNodeSectionEventArgs

Inheritance: System.EventArgs
Show file Open project: jogibear9988/SlGanttChart

Public Properties

Property Type Description
Section GanttNodeSection

Public Methods

Method Description
GanttNodeSectionEventArgs ( GanttNodeSection section ) : System

Method Details

GanttNodeSectionEventArgs() public method

public GanttNodeSectionEventArgs ( GanttNodeSection section ) : System
section GanttNodeSection
return System

Property Details

Section public property

public GanttNodeSection,CoderForRent.Charting.Gantt Section
return GanttNodeSection