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

ASPxClientDateEdit.DateChanged Event

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

Declaration

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