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






In This Topic
    OnClientIsCollapsedChanged Property
    In This Topic
    Occurs after a node is collapsed or expanded.
    Syntax
    'Declaration
     
    
    Public Property OnClientIsCollapsedChanged As System.String
    'Usage
     
    
    Dim instance As TreeView
    Dim value As System.String
     
    instance.OnClientIsCollapsedChanged = value
     
    value = instance.OnClientIsCollapsedChanged
    public System.string OnClientIsCollapsedChanged {get; set;}
    public read-write property OnClientIsCollapsedChanged: System.String; 
    public function get,set OnClientIsCollapsedChanged : System.String
    public: __property System.string* get_OnClientIsCollapsedChanged();
    public: __property void set_OnClientIsCollapsedChanged( 
       System.string* value
    );
    public:
    property System.String^ OnClientIsCollapsedChanged {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also