Vcl.WinXCalendars.TCalendarPicker.OnCalendarChangeView

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCalendarChangeView: TChangeViewEvent read GetOnCalendarChangeView write SetOnCalendarChangeView;

C++

__property OnCalendarChangeView;

Properties

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

Description

Occurs to specify what happens when the display mode is changing.

Vcl.WinXCalendars.TCalendarPicker.OnCalendarChangeView inherits from Vcl.WinXCalendars.TCustomCalendarPicker.OnCalendarChangeView. All content below this line refers to Vcl.WinXCalendars.TCustomCalendarPicker.OnCalendarChangeView.

Occurs to specify what happens when the display mode is changing.

Write an event handler for the OnCalendarChangeView event to specify what happens when the display mode is changing.

See Also