|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Event WaveAnalyzerDisplayWidthChange As WaveAnalyzerDisplayWidthChangeEventHandler
|
|
[C#]
public event WaveAnalyzerDisplayWidthChangeEventHandler WaveAnalyzerDisplayWidthChange;
|
|
[C++]
public: __event WaveAnalyzerDisplayWidthChangeEventHandler WaveAnalyzerDisplayWidthChange;
|
|
WaveAnalyzerDisplayWidthChangeEventArgs members
|
Description
|
|
|
|
|
nWidthInMs
|
Width of the display surface, expressed in milliseconds
|
|
nWidthInPixels
|
Width of the display surface, expressed in pixels
|