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

In This Topic
    OnClientIsValidChanged Property (UpcBase)
    In This Topic
    Occurs when the IsValid property value changes.
    Syntax
    'Declaration
     
    Public Property OnClientIsValidChanged As String
    public string OnClientIsValidChanged {get; set;}
    See Also