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