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


In This Topic
    SelectionChanged Event (GcSpreadSheet)
    In This Topic
    Occurs when the selection of cells on the sheet is changed.
    Syntax
    'Declaration
     
    Public Event SelectionChanged As EventHandler(Of EventArgs)
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim handler As EventHandler(Of EventArgs)
     
    AddHandler instance.SelectionChanged, handler
    public event EventHandler<EventArgs> SelectionChanged
    See Also