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

In This Topic
    OnClientIsCollapsedChanged Property
    In This Topic
    Occurs after a node is collapsed or expanded.
    Syntax
    'Declaration
     
    
    Public Property OnClientIsCollapsedChanged As String
    public string OnClientIsCollapsedChanged {get; set;}
    See Also