Occurs when the value of Active property changes.
property OnActiveChanged: TNotifyEvent;
This even is useful to detect recording/streaming failure (Active is reset to False), especially if it happens in a background thread.
This event is called in the context of the main process.