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

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