ASPxClientTimeEdit.DateChanged Event
Occurs on the client after a user changes the selected date in 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