ASPxClientTimeEdit.DateChanged Event
In This Article
Occurs on the client after a user changes the selected date in the time editor.
#Declaration
TypeScript
DateChanged: ASPxClientEvent<ASPxClientProcessingModeEventHandler<ASPxClientTimeEdit>>
#Event Data
The DateChanged event's data class is ASPxClientProcessingModeEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
process |
Specifies whether or not to process the event on the server. |
#Remarks
The DateChanged event allows you to respond to a change in the editor’s selected date by an end-user, on the client side.
See Also