ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Calendar Class / OnClientRangeChanged Property

In This Topic
    OnClientRangeChanged Property (Calendar)
    In This Topic
    Occurs when the value of the rangeEnd property changes into a non-null value, indicating a data range has been selected.
    Syntax
    'Declaration
     
    
    Public Property OnClientRangeChanged As String
    public string OnClientRangeChanged {get; set;}
    See Also