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

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