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

In This Topic
    OnClientLostFocus Property (ViewerBase)
    In This Topic
    Occurs when the control loses the focus.
    Syntax
    'Declaration
     
    Public Property OnClientLostFocus As String
    public string OnClientLostFocus {get; set;}
    See Also