GrapeCity.Xaml.SpreadSheet.UI
SelectionChanged Event (SheetView)


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

Reference

SheetView Class
SheetView Members