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

In This Topic
    OnClientDragging Property
    In This Topic
    Gets or sets the client function which occurs when the Popup is about to be dragged.
    Syntax
    'Declaration
     
    
    Public Property OnClientDragging As String
    public string OnClientDragging {get; set;}
    See Also