Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SurfaceChartSelectionChangedEventArgs Class / SurfaceChartSelectionChangedEventArgs Constructor
The chart.


In This Topic
    SurfaceChartSelectionChangedEventArgs Constructor
    In This Topic
    Initializes a new instance of the SurfaceChartSelectionChangedEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal chart As SpreadSurfaceChart _
    )
    'Usage
     
    Dim chart As SpreadSurfaceChart
     
    Dim instance As New SurfaceChartSelectionChangedEventArgs(chart)
    public SurfaceChartSelectionChangedEventArgs( 
       SpreadSurfaceChart chart
    )

    Parameters

    chart
    The chart.
    See Also