Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
RecordingStarted event 
 
Remarks 
 
Occurs at the beginning of a new recording session. 
 
 
Syntax 
 
[Visual Basic] 
Public Event RecordingStarted As EventHandler
 
[C#] 
public event EventHandler RecordingStarted;
 
[C++] 
public: __event EventHandler* RecordingStarted;
 
 
Event Data 
 
The event handler receives an argument of type EventArgs
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents