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

In This Topic
    OnClientDragged Property
    In This Topic
    Gets or sets the client function which occurs after the Popup has been dragged.
    Syntax
    'Declaration
     
    
    Public Property OnClientDragged As String
    public string OnClientDragged {get; set;}
    See Also