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

In This Topic
    OnClientValueChanged Property (InputDateBase)
    In This Topic
    Occurs after a new date is selected.
    Syntax
    'Declaration
     
    Public Property OnClientValueChanged As String
    public string OnClientValueChanged {get; set;}
    See Also