Vcl.WinXCalendars.TCalendarPicker.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 TCalendarPicker

Description

Occurs when a user selects or deselects a certain date.

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

Occurs when a user selects or deselects a certain date.

See Also