Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
RecordingPerc event 
 
Remarks 
 
Occurs, during a file/memory/clipboard based recording session, to notify the actual recording percentage 
 
For further details see the How to record from files, memory or clipboard section. 
 
 
Syntax 
 
[Visual Basic] 
Public Event RecordingPerc As RecordingPercEventHandler
 
[C#] 
public event RecordingPercEventHandler RecordingPerc;
 
[C++] 
public: __event RecordingPercEventHandler* RecordingPerc;
 
 
Event Data 
 
The event handler receives an argument of type RecordingPercEventArgs. 
 
RecordingPercEventArgs members
Description
 
 
nPercentage
Number representing the current advancement percentage of the recording session
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents