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

In This Topic
    OnClientItemsSourceChanged Property (Menu)
    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