Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
WaveAnalysisStart event 
 
Remarks 
 
Occurs when the analysis of a sound's waveform begins. The analysis is started through a previous call to the WaveformAnalyzer.AnalyzeFullSound method. 
 
 
Syntax 
 
[Visual Basic] 
Public Event WaveAnalysisStart As EventHandler
 
[C#] 
public event EventHandler WaveAnalysisStart;
 
[C++] 
public: __event EventHandler WaveAnalysisStart;
 
 
Event Data 
 
The event handler receives an argument of type EventArgs. 
 
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents