This topic covers the specific events exposed by the RadDateSelector control.
The RadDateSelector control raises the following specific events:
SelectedValueChanging - occurs before the SelectedValue gets changed. The event handler receives two arguments:
-
The sender argument contains the RadDateSelector instance. This argument is of type object, but can be cast to the
RadDateSelector type.
-
A ValueChangingEventArgs<DateTime> object.
SelectedValueChanged - occurs after the SelectedValue has been changed. The event handler receives two arguments:
-
The sender argument contains the RadDateSelector instance. This argument is of type object, but can be cast to the
RadDateSelector type.
-
A ValueChangedEventArgs<DateTime> object.