ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Popup Class / OnClientResized Property






In This Topic
    OnClientResized Property
    In This Topic
    Gets or sets the client function which occurs after the Popup has been resized.
    Syntax
    'Declaration
     
    
    Public Property OnClientResized As System.String
    'Usage
     
    
    Dim instance As Popup
    Dim value As System.String
     
    instance.OnClientResized = value
     
    value = instance.OnClientResized
    public System.string OnClientResized {get; set;}
    public read-write property OnClientResized: System.String; 
    public function get,set OnClientResized : System.String
    public: __property System.string* get_OnClientResized();
    public: __property void set_OnClientResized( 
       System.string* value
    );
    public:
    property System.String^ OnClientResized {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also