Unit 'Calendar' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomCalendar.OnMonthChanged

OnMonthChanged - event handler for a change in month selected.

Declaration

Source position: calendar.pp line 118

public property TCustomCalendar.OnMonthChanged : TNotifyEvent
  read FMonthChanged
  write FMonthChanged;

Description

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.