OnChange - event handler for any change in Calendar.
Source position: calendar.pp line 116
public property TCustomCalendar.OnChange : TNotifyEvent |
OnChange is a TNotifyEvent property that represents the event handler signalled when the date/time value for the control has changed. OnChange is signalled from the LMChanged, LMDayChanged, LMMonthChanged, and LMYearChanged methods. Applications should assign a procedure to the event handle to respond to the message notification.