Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
WaveAnalyzerDisplayWidthChange event 
 
Remarks 
 
Occurs when the analyzer's display has been resized horizontally, usually after a call to the WaveformAnalyzer.Move method. 
 
For details about the use of the Waveform Analyzer refer to the How to use the Waveform Analyzer section. 
For further details about methods of the Waveform Analyzer refer to the WaveformAnalyzer class section. 
 
 
Syntax 
 
[Visual Basic] 
Public Event WaveAnalyzerDisplayWidthChange As WaveAnalyzerDisplayWidthChangeEventHandler
 
[C#] 
public event WaveAnalyzerDisplayWidthChangeEventHandler WaveAnalyzerDisplayWidthChange;
 
[C++] 
public: __event WaveAnalyzerDisplayWidthChangeEventHandler WaveAnalyzerDisplayWidthChange;
 
 
Event Data 
 
The event handler receives an argument of type WaveAnalyzerDisplayWidthChangeEventArgs. 
 
WaveAnalyzerDisplayWidthChangeEventArgs members
Description
 
 
nWidthInMs
Width of the display surface, expressed in milliseconds
nWidthInPixels
Width of the display surface, expressed in pixels
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents