Copyright © 2013-2017 MultiMedia Soft

WaveAnalyzerDisplayRangeChange event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when the sound waveform's range displayed on the Waveform Analyzer's display has been changed after a zooming operation or after a scrolling operation or after a call to the SetDisplayRange method.

 

 

Syntax

 

[Visual Basic]

Public Event WaveAnalyzerDisplayRangeChange As WaveAnalyzerDisplayRangeChangeEventHandler


 

[C#]

public event WaveAnalyzerDisplayRangeChangeEventHandler WaveAnalyzerDisplayRangeChange;


 

[C++]

public: __event WaveAnalyzerDisplayRangeChangeEventHandler WaveAnalyzerDisplayRangeChange;


 

 

Event Data

 

The event handler receives an argument of type WaveAnalyzerDisplayRangeChangeEventArgs having the following parameters:

 

Parameters

Description

 

 

nBeginPosInMs

Displayed range start position, expressed in milliseconds

nEndPosInMs

Displayed range end position, expressed in milliseconds