Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / SurfaceChartSelectionChanged Event


In This Topic
    SurfaceChartSelectionChanged Event
    In This Topic
    Occurs when the chart selection has changed.
    Syntax
    'Declaration
     
    Public Event SurfaceChartSelectionChanged As EventHandler(Of SurfaceChartSelectionChangedEventArgs)
    'Usage
     
    Dim instance As Worksheet
    Dim handler As EventHandler(Of SurfaceChartSelectionChangedEventArgs)
     
    AddHandler instance.SurfaceChartSelectionChanged, handler
    public event EventHandler<SurfaceChartSelectionChangedEventArgs> SurfaceChartSelectionChanged
    Event Data

    The event handler receives an argument of type SurfaceChartSelectionChangedEventArgs containing data related to this event. The following SurfaceChartSelectionChangedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the chart.  
    See Also