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

In This Topic
    OnClientRefreshed Property (UpcBase)
    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