Skip to content

OnTVChannelScanCompleted

event

Deprecated

Kept for backward compatibility only.

Delphi
property OnTVChannelScanCompleted: TOnEventNotification read FOnTVChannelScanCompleted write FOnTVChannelScanCompleted;
C++Builder
__property TOnEventNotification OnTVChannelScanCompleted = {read=FOnTVChannelScanCompleted, write=FOnTVChannelScanCompleted};
typedef void __fastcall (__closure *TOnEventNotification)(System::TObject* Sender);
C#
public event EventHandler OnTVChannelScanCompleted;
VB.NET
Public Event OnTVChannelScanCompleted As EventHandler
C++/Qt
void SetOnTVChannelScanCompleted (TOnTVChannelScanCompletedCb OnTVChannelScanCompletedCb);
typedef void CALLBACK TOnTVChannelScanCompletedCb (void *Object, void *Sender);

Occurs when the TV channel scanning ends, after invoking TVStopAutoScan. This event reports the minimal and maximal channel that will be scanned for the current country code and tuner input type.