Copyright © 2008-2023 MultiMedia Soft

TracksBoardDisplayWidthChange 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 TracksBoard.Move method.

 

For details about the use of the TracksBoard refer to the How to use the TracksBoard to visually compose songs tutorial.

For further details about methods of the TracksBoard refer to the TracksBoard object section.

 

 

Syntax

 

[Visual Basic]

Public Event TracksBoardDisplayWidthChange As TracksBoardDisplayWidthChangeEventHandler


 

[C#]

public event TracksBoardDisplayWidthChangeEventHandler TracksBoardDisplayWidthChange;


 

[C++]

public: __event TracksBoardDisplayWidthChangeEventHandler TracksBoardDisplayWidthChange;


 

 

Event Data

 

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

 

Parameter

Description

 

 

nWidthInMs

Width of the display surface, expressed in milliseconds

nWidthInPixels

Width of the display surface, expressed in pixels