Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / FlexChartBase Class / SelectionChanged Property

In This Topic
    SelectionChanged Property (FlexChartBase)
    In This Topic
    Fires after selected element was changed.
    Syntax
    'Declaration
     
    
    Public Property SelectionChanged As EventHandler
    public EventHandler SelectionChanged {get; set;}
    See Also