Copyright © 2008-2019 MultiMedia Soft

WaveAnalyzerDisplayWidthChange event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when the waveform 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.

For further details about synchronization through Events see the How to synchronize the container application through events tutorial.

 

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 having the following parameters:

 

Parameters

Description

 

 

nWidthInMs

Width of the display surface, expressed in milliseconds

nWidthInPixels

Width of the display surface, expressed in pixels