Vcl.WinXCalendars.TBaseCalendarAnimation.OnStarted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnStarted: TNotifyEvent read FOnStarted write FOnStarted;

C++

__property System::Classes::TNotifyEvent OnStarted = {read=FOnStarted, write=FOnStarted};

Properties

Type Visibility Source Unit Parent
event public
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TBaseCalendarAnimation

Description

Occurs when the animation is started.

See Also