Spread Silverlight Documentation
SelectionChanged Event (SheetView)


GrapeCity.Windows.SpreadSheet.UI Namespace > SheetView Class : SelectionChanged Event
Occurs when the selection of cells on the sheet has changed.
Syntax
'Declaration
 
Public Event SelectionChanged As System.EventHandler(Of EventArgs)
'Usage
 
Dim instance As SheetView
Dim handler As System.EventHandler(Of EventArgs)
 
AddHandler instance.SelectionChanged, handler
public event System.EventHandler<EventArgs> SelectionChanged
See Also

Reference

SheetView Class
SheetView Members