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

In This Topic
    IsCheckedChanging Property
    In This Topic
    Configurates the C1.Web.Mvc.TreeView.OnClientIsCheckedChanging client event. Occurs before the check status of a node is changed.
    Syntax
    'Declaration
     
    Public Property IsCheckedChanging As String
    public string IsCheckedChanging {get; set;}
    See Also