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

In This Topic
    OnClientPositionChanging Property
    In This Topic
    Gets or sets the client function which occurs while the user moves the Popup, between the Dragging and Dragged events.
    Syntax
    'Declaration
     
    
    Public Property OnClientPositionChanging As String
    public string OnClientPositionChanging {get; set;}
    See Also