ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Control Class / OnClientRefreshing Property






In This Topic
    OnClientRefreshing Property
    In This Topic
    Occurs when the control is about to refresh its contents.
    Syntax
    'Declaration
     
    
    Public Property OnClientRefreshing As System.String
    'Usage
     
    
    Dim instance As Control
    Dim value As System.String
     
    instance.OnClientRefreshing = value
     
    value = instance.OnClientRefreshing
    public System.string OnClientRefreshing {get; set;}
    public read-write property OnClientRefreshing: System.String; 
    public function get,set OnClientRefreshing : System.String
    public: __property System.string* get_OnClientRefreshing();
    public: __property void set_OnClientRefreshing( 
       System.string* value
    );
    public:
    property System.String^ OnClientRefreshing {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also