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

In This Topic
    ItemsChanged Property
    In This Topic
    Configurates the C1.Web.Mvc.ListBox<T>.OnClientItemsChanged client event. Occurs when the list of items changes.
    Syntax
    'Declaration
     
    Public Property ItemsChanged As String
    public string ItemsChanged {get; set;}
    See Also