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

In This Topic
    SelectionChanged Property (TransposedGridTagHelper)
    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