TracksBoardItemMoveBegin event |
|
Remarks
Occurs at the beginning of the movement through the mouse of a sound item 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 TracksBoardItemMoveBegin As TracksBoardItemMoveBeginEventHandler |
[C#] public event TracksBoardItemMoveBeginEventHandler TracksBoardItemMoveBegin; |
[C++] public: __event TracksBoardItemMoveBeginEventHandler TracksBoardItemMoveBegin; |
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:
|