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

In This Topic
    PositionChanged Property (PopupTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.Popup.OnClientPositionChanged client event. Sets the client function which occurs while the user moves the Popup, between the Dragging and Dragged events, after the PositionChanging event.
    Syntax
    'Declaration
     
    Public Property PositionChanged As String
    public string PositionChanged {get; set;}
    See Also