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

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