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

In This Topic
    ItemChecked Property (ListBoxTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.ListBox<T>.OnClientItemChecked client event. Occurs when the current item is checked or unchecked.
    Syntax
    'Declaration
     
    Public Property ItemChecked As String
    public string ItemChecked {get; set;}
    See Also