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

In This Topic
    OnClientSizeChanged Property
    In This Topic
    Gets or sets the client function which occurs while the user resizes the Popup, between the resizing and resized events, after the SizeChanging event.
    Syntax
    'Declaration
     
    
    Public Property OnClientSizeChanged As String
    public string OnClientSizeChanged {get; set;}
    See Also