ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / PopupTagHelper Class / SizeChanging Property

In This Topic
    SizeChanging Property
    In This Topic
    Configurates the C1.Web.Mvc.Popup.OnClientSizeChanging client event. Sets the client function which occurs while the user resizes the Popup, between the resizing and resized events.
    Syntax
    'Declaration
     
    Public Property SizeChanging As String
    public string SizeChanging {get; set;}
    See Also