Skip to content

OnPlayerEndOfPlaylist

event

Delphi
property OnPlayerEndOfPlaylist: TOnEventNotification read FOnPlayerEndOfPlaylist write FOnPlayerEndOfPlaylist;
C++Builder
__property TOnEventNotification OnPlayerEndOfPlaylist = {read=FOnPlayerEndOfPlaylist, write=FOnPlayerEndOfPlaylist};
typedef void __fastcall (__closure *TOnEventNotification)(System::TObject* Sender);
C#
public event EventHandler OnPlayerEndOfPlaylist;
VB.NET
Public Event OnPlayerEndOfPlaylist As EventHandler
C++/Qt
void SetOnPlayerEndOfPlaylist (TOnPlayerEndOfPlaylistCb OnPlayerEndOfPlaylistCb);
typedef void CALLBACK TOnPlayerEndOfPlaylistCb (void *Object, void *Sender);

Occurs when the playlist is active and the end of the playlist is reached. See the "Using the playlist " chapter for more information about the playlist feature.