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






In This Topic
    OnClientSelectedIndexChanged Property (TabPanel)
    In This Topic
    Occurs when the value of the selectedIndex property changes.
    Syntax
    'Declaration
     
    
    Public Property OnClientSelectedIndexChanged As System.String
    'Usage
     
    
    Dim instance As TabPanel
    Dim value As System.String
     
    instance.OnClientSelectedIndexChanged = value
     
    value = instance.OnClientSelectedIndexChanged
    public System.string OnClientSelectedIndexChanged {get; set;}
    public read-write property OnClientSelectedIndexChanged: System.String; 
    public function get,set OnClientSelectedIndexChanged : System.String
    public: __property System.string* get_OnClientSelectedIndexChanged();
    public: __property void set_OnClientSelectedIndexChanged( 
       System.string* value
    );
    public:
    property System.String^ OnClientSelectedIndexChanged {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also