ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / DashboardLayout Class / OnClientLayoutChanged Property






In This Topic
    OnClientLayoutChanged Property
    In This Topic
    Occurs when the layout is changed.
    Syntax
    'Declaration
     
    
    Public Property OnClientLayoutChanged As System.String
    'Usage
     
    
    Dim instance As DashboardLayout
    Dim value As System.String
     
    instance.OnClientLayoutChanged = value
     
    value = instance.OnClientLayoutChanged
    public System.string OnClientLayoutChanged {get; set;}
    public read-write property OnClientLayoutChanged: System.String; 
    public function get,set OnClientLayoutChanged : System.String
    public: __property System.string* get_OnClientLayoutChanged();
    public: __property void set_OnClientLayoutChanged( 
       System.string* value
    );
    public:
    property System.String^ OnClientLayoutChanged {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also