Spread WPF Documentation
SurfaceChartSelectionChanged Event


Occurs when the chart selection has changed.
Syntax
'Declaration
 
Public Event SurfaceChartSelectionChanged As System.EventHandler(Of SurfaceChartSelectionChangedEventArgs)
'Usage
 
Dim instance As Worksheet
Dim handler As System.EventHandler(Of SurfaceChartSelectionChangedEventArgs)
 
AddHandler instance.SurfaceChartSelectionChanged, handler
public event System.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
ChartGets the chart.  
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

Worksheet Class
Worksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.