Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridBase Class / SelectionChanging Property

In This Topic
    SelectionChanging Property
    In This Topic
    Occurs before selection is changed.
    Syntax
    'Declaration
     
    
    Public Property SelectionChanging As EventHandler(Of GridCellRangeEventArgs)
    public EventHandler<GridCellRangeEventArgs> SelectionChanging {get; set;}
    See Also