How are you attaching the event to the RadDateTimePicker control? In the code-behind or in the control?
If you are setting it in the code-behind, I would suggest to set the event handler in the control's declaration like:
<telerik:RadTimePicker id="RadTimePicker1" runat="server" OnSelectedDateChanged="RadTimePicker_OnSelectedDateChanged" />