Copyright © 2013-2017 MultiMedia Soft

WaveAnalyzerLineMoveEnd event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs at the end of the movement through the mouse of a graphic item of type "vertical line" inside the waveform analyzer.

 

For details about graphic items management on the waveform analyzer refer to the How to add graphic items to the Waveform analyzer section.

 

 

Syntax

 

[Visual Basic]

Public Event WaveAnalyzerLineMoveEnd As WaveAnalyzerLineMoveEndEventHandler


 

[C#]

public event WaveAnalyzerLineMoveEndEventHandler WaveAnalyzerLineMoveEnd;


 

[C++]

public: __event WaveAnalyzerLineMoveEndEventHandler WaveAnalyzerLineMoveEnd;


 

 

Event Data

 

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

 

Parameters

Description

 

 

nUniqueID

Unique identifier of the vertical line; this unique identifier matches the unique identifier used when the custom line was created through the GraphicItemVerticalLineAdd method.

nPosInMs

Position of the vertical line expressed in milliseconds