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

In This Topic
    ColumnChanged Property (SelectorTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.SelectorBase<T>.OnClientColumnChanged client event. Occurs after the value of the column property changes.
    Syntax
    'Declaration
     
    Public Overridable Property ColumnChanged As String
    public virtual string ColumnChanged {get; set;}
    See Also