Copyright © 2005-2023 MultiMedia Soft

TracksBoardDisplayRangeChange event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when the range displayed on the TracksBoard's display has been changed after a zooming operation or after a scrolling operation or after a call to the TracksBoard.DisplayRangeSet 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 TracksBoardDisplayRangeChange As TracksBoardDisplayRangeChangeEventHandler


 

[C#]

public event TracksBoardDisplayRangeChangeEventHandler TracksBoardDisplayRangeChange;


 

[C++]

public: __event TracksBoardDisplayRangeChangeEventHandler TracksBoardDisplayRangeChange;


 

 

Event Data

 

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

 

Parameter

Description

 

 

nBeginPosInMs

Displayed range start position, expressed in milliseconds

nEndPosInMs

Displayed range end position, expressed in milliseconds