Spread Silverlight Documentation
ChartChangedEventArgs Constructor


The chart.
The chart area.
The property.
Initializes a new instance of the ChartChangedEventArgs class.
Syntax
'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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ChartChangedEventArgs Class
ChartChangedEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.