FMX.Advertising.TBannerAd.OnActionDidFinish

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnActionDidFinish: TNotifyEvent read FOnActionDidFinish write FOnActionDidFinish;

C++

__property OnActionDidFinish;

Properties

Type Visibility Source Unit Parent
event published
FMX.Advertising.pas
FMX.Advertising.hpp
FMX.Advertising TBannerAd

Description

Occurs after the action triggered when a user taps an advertising banner finishes.

FMX.Advertising.TBannerAd.OnActionDidFinish inherits from FMX.Advertising.TCustomBannerAd.OnActionDidFinish. All content below this line refers to FMX.Advertising.TCustomBannerAd.OnActionDidFinish.

Occurs after the action triggered when a user taps an advertising banner finishes.

This event provides the following argument to its event handler:

See Also