Version

ActiveDay Events

The ActiveDayUtc property has two events that fire both client side and server side as the controls are switching their active day.

On the server and the client, the ActiveDayChanging event is fired before the value is actually changed. This allows for the change to be cancelled. The ActiveDayChanging event also has access to the NewDate that is being set as the ActiveDay, as well as the OldDate which is the ActiveDay that is being replaced.

When the ActiveDay value has been changed, the ActiveDayChanged event is fired on both the client and server to provide notification of the new ActiveDay. The ActiveDayChanged event has access to the NewDate that is being set as the ActiveDay.