Vcl.WinXCalendars.TCalendarView.OnChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChange: TNotifyEvent read FOnChange write FOnChange;

C++

__property OnChange;

Properties

Type Visibility Source Unit Parent
event published
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCalendarView

Description

Occurs when the calendar changes.

Vcl.WinXCalendars.TCalendarView.OnChange inherits from Vcl.WinXCalendars.TCustomCalendarView.OnChange. All content below this line refers to Vcl.WinXCalendars.TCustomCalendarView.OnChange.

Occurs when the calendar changes.

See Also