Vcl.WinXCalendars.TCustomCalendarPicker.OnChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChange: TNotifyEvent read FOnChange write FOnChange;

C++

__property System::Classes::TNotifyEvent OnChange = {read=FOnChange, write=FOnChange};

Properties

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

Description

Occurs when a user selects or deselects a certain date.

See Also