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