Copyright © 2005-2023 MultiMedia Soft

TracksBoardItemMoveEnd event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs at the end of the movement through the mouse of a sound item available inside the TracksBoard.

 

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 TracksBoardItemMoveEnd As TracksBoardItemMoveEndEventHandler


 

[C#]

public event TracksBoardItemMoveEndEventHandler TracksBoardItemMoveEnd;


 

[C++]

public: __event TracksBoardItemMoveEndEventHandler TracksBoardItemMoveEnd;


 

 

Event Data

 

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

 

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