ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / InputDateRange Class / OnClientRangeEndChanged Property

In This Topic
    OnClientRangeEndChanged Property (InputDateRange)
    In This Topic
    Occurs when the value of the RangeEnd property changes.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    Public Property OnClientRangeEndChanged As String
    [Json(1)]
    public string OnClientRangeEndChanged {get; set;}
    See Also