Skip to main content
A newer version of this page is available. .

ASPxClientTimeEdit.DateChanged Event

Fires after the selected date has been changed within the time editor.

Declaration

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
processOnServer 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