Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetView Class / SelectionChanged Event


In This Topic
    SelectionChanged Event (SheetView)
    In This Topic
    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