Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
RecordingFinalizationStarted event 
 
Remarks 
 
Occurs when the finalization of a recording session begins: during the finalization process a new recording session is appended, mixed or inserted into a previous one. 
 
For further details see the How to perform a recording session section. 
 
 
Syntax 
 
[Visual Basic] 
Public Event RecordingFinalizationStarted As EventHandler
 
[C#] 
public event EventHandler RecordingFinalizationStarted;
 
[C++] 
public: __event EventHandler RecordingFinalizationStarted;
 
 
Event Data 
 
The event handler receives an argument of type EventArgs. 
 
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents