[Overview][Constants][Types][Classes][Procedures and functions][Index] |
OnDayChanged - event handler for a change in Day selected.
Source position: calendar.pp line 117
public property TCustomCalendar.OnDayChanged : TNotifyEvent |
OnDayChanged is a TNotifyEvent property that represents the event handler signalled when the day number in the date/time value for the control has changed. OnDayChanged is signalled from the LMDayChanged method. Applications should assign a procedure to the event handler to respond to the message notification.