ASP.NET 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 String
    public string OnClientResized {get; set;}
    See Also