Copyright © 2008-2023 MultiMedia Soft

TracksBoardLineMoved event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when a vertical line inside the Tracksboard is moved through the mouse or through code.

 

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 TracksBoardLineMoved As TracksBoardLineMovedEventHandler


 

[C#]

public event TracksBoardLineMovedEventHandler TracksBoardLineMoved;


 

[C++]

public: __event TracksBoardLineMovedEventHandler TracksBoardLineMoved;


 

 

Event Data

 

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

 

Parameter

Description

 

 

nUniqueID

Unique identification number assigned to the vertical line after invoking the TracksBoard.VerticalLineAdd method.

nPosInMs

Value representing the new position of the vertical line expressed in milliseconds