Copyright © 2013-2017 MultiMedia Soft

WaveAnalyzerDisplayWidthChange event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when the waveform analyzer's display has been resized horizontally.

 

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