Vcl.WinXCalendars.TCustomCalendarPicker.OnCalendarChangeView

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCalendarChangeView: TChangeViewEvent read GetOnCalendarChangeView write SetOnCalendarChangeView;

C++

__property TChangeViewEvent OnCalendarChangeView = {read=GetOnCalendarChangeView, write=SetOnCalendarChangeView};

Properties

Type Visibility Source Unit Parent
event protected
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCustomCalendarPicker

Description

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