ASP.NET Core 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 System.String
    'Usage
     
    
    Dim instance As Popup
    Dim value As System.String
     
    instance.OnClientDragged = value
     
    value = instance.OnClientDragged
    public System.string OnClientDragged {get; set;}
    public read-write property OnClientDragged: System.String; 
    public function get,set OnClientDragged : System.String
    public: __property System.string* get_OnClientDragged();
    public: __property void set_OnClientDragged( 
       System.string* value
    );
    public:
    property System.String^ OnClientDragged {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also