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

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