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