ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TreeView Class / OnClientIsCheckedChanging Property

In This Topic
    OnClientIsCheckedChanging Property
    In This Topic
    Occurs before the check status of a node is changed.
    Syntax
    'Declaration
     
    
    Public Property OnClientIsCheckedChanging As String
    public string OnClientIsCheckedChanging {get; set;}
    See Also