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

In This Topic
    SizeChanged Property
    In This Topic
    Configurates the C1.Web.Mvc.Popup.OnClientSizeChanged client event. 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 SizeChanged As String
    public string SizeChanged {get; set;}
    See Also