Copyright © 2008-2023 MultiMedia Soft

TracksBoardItemMoveBegin event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs at the beginning of the movement of a sound item inside the TracksBoard: the movement begins through the left mouse button held down on the item.

 

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]

TracksBoardItemMoveBegin (

ByVal nUniqueID as Integer

)


 

[C++]

void TracksBoardItemMoveBegin (

short nUniqueID

);


 

 

Parameter

Description

 

 

nUniqueID

Unique identification number assigned to the sound item after being generated by one of the following methods:

TracksBoard.ItemClone when an existing item has been cloned