Skip to main content

ASPxClientDateEdit.DateChanged Event

Occurs on the client after a user changes the selected date in the date editor.

#Declaration

TypeScript
DateChanged: ASPxClientEvent<ASPxClientProcessingModeEventHandler<ASPxClientDateEdit>>

#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 the editor’s selected date being changed by an end-user on the client side.

See Also