'Declaration Public Function New( _ ByVal chart As SpreadChart, _ ByVal chartArea As ChartArea, _ ByVal property As System.String _ )
'Usage Dim chart As SpreadChart Dim chartArea As ChartArea Dim property As System.String Dim instance As New ChartChangedEventArgs(chart, chartArea, property)
public ChartChangedEventArgs( SpreadChart chart, ChartArea chartArea, System.string property )
Parameters
- chart
- The chart.
- chartArea
- The chart area.
- property
- The property.