OnInactive
Delphi
property OnInactive: TOnEventNotification read FOnInactive write FOnInactive;
C++Builder
__property TOnEventNotification OnInactive = {read=FOnInactive, write=FOnInactive};
typedef void __fastcall (__closure *TOnEventNotification)(System::TObject* Sender);
C#
public event EventHandler OnInactive;
VB.NET
Public Event OnInactive As EventHandler
C++/Qt
void SetOnInactive (TOnInactiveCb OnInactiveCb);
typedef void CALLBACK TOnInactiveCb (void *Object, void *Sender);
Occurs when the current task ends, after invoking StopPreview, StopRecording, ClosePlayer, etc...