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

In This Topic
    OnClientSelectedIndexChanged Property (Menu)
    In This Topic
    Occurs when the value of the SelectedIndex property changes.
    Syntax
    'Declaration
     
    
    <JsonAttribute(True, 
       1, 
       "selectedIndexChanged")>
    Public Overridable Property OnClientSelectedIndexChanged As String
    [Json(true, 
       1, 
       "selectedIndexChanged")]
    public virtual string OnClientSelectedIndexChanged {get; set;}
    See Also