Vcl.WinXCalendars.TBaseCalendarAnimation.OnFinished

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnFinished: TNotifyEvent read FOnFinished write FOnFinished;

C++

__property System::Classes::TNotifyEvent OnFinished = {read=FOnFinished, write=FOnFinished};

Properties

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

Description

Occurs when the animation is finished.

See Also