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

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