OnDiskFull
Delphi
property OnDiskFull: TOnEventNotification read FOnDiskFull write FOnDiskFull;
C++Builder
__property TOnEventNotification OnDiskFull = {read=FOnDiskFull, write=FOnDiskFull};
typedef void __fastcall (__closure *TOnEventNotification)(System::TObject* Sender);
C#
public event EventHandler OnDiskFull;
VB.NET
Public Event OnDiskFull As EventHandler
C++/Qt
void SetOnDiskFull (TOnDiskFullCb OnDiskFullCb);
typedef void CALLBACK TOnDiskFullCb (void *Object, void *Sender);
Occurs when the disk where is located the StoragePath becomes full during recording, which is stopped.
This event occurs also when the space remaining on disk is lower than 25 Mb.