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

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