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

In This Topic
    OnClientRefreshed Property (Control)
    In This Topic
    Occurs after the control has refreshed its contents.
    Syntax
    'Declaration
     
    Public Property OnClientRefreshed As String
    public string OnClientRefreshed {get; set;}
    See Also