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

In This Topic
    OnClientResizing Property
    In This Topic
    Gets or sets the client function which occurs when the Popup is about to be resized.
    Syntax
    'Declaration
     
    
    Public Property OnClientResizing As String
    public string OnClientResizing {get; set;}
    See Also