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

In This Topic
    OnClientItemsSourceChanged Property (TreeView)
    In This Topic
    Occurs when the value of the ItemsSource property changes.
    Syntax
    'Declaration
     
    
    Public Property OnClientItemsSourceChanged As String
    public string OnClientItemsSourceChanged {get; set;}
    See Also