Initializes a new instance of the
ChartChangedBaseEventArgs class.
Syntax
'Declaration
Public Function New( _
ByVal As SpreadChartBase, _
ByVal As ChartArea, _
ByVal As System.String _
)
'Usage
Dim chart As SpreadChartBase
Dim chartArea As ChartArea
Dim property As System.String
Dim instance As New ChartChangedBaseEventArgs(chart, chartArea, property)
public ChartChangedBaseEventArgs(
SpreadChartBase ,
ChartArea ,
System.string
)
Parameters
- chart
- The chart.
- chartArea
- The chart area.
- property
- The property.
See Also