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

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