ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / TabPanelTagHelper Class / LostFocus Property

In This Topic
    LostFocus Property (TabPanelTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.Control.OnClientLostFocus client event. Occurs when the control loses the focus.
    Syntax
    'Declaration
     
    Public Property LostFocus As String
    public string LostFocus {get; set;}
    See Also