ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / PivotGridTagHelper Class / SelectionChanged Property

In This Topic
    SelectionChanged Property (PivotGridTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientSelectionChanged client event. Occurs after selection changes.
    Syntax
    'Declaration
     
    Public Overridable Property SelectionChanged As String
    public virtual string SelectionChanged {get; set;}
    See Also