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

In This Topic
    IsValidChanged Property (QrCodeTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.BarcodeBase.OnClientIsValidChanged client event. Occurs when the IsValid property value changes.
    Syntax
    'Declaration
     
    Public Property IsValidChanged As String
    public string IsValidChanged {get; set;}
    See Also