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

In This Topic
    OnClientPositionChanged Property
    In This Topic
    Gets or 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 OnClientPositionChanged As String
    public string OnClientPositionChanged {get; set;}
    See Also