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


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
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options