TracksBoardItemMoving event |
|
Remarks
Occurs when a sound item inside the TracksBoard is being 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 TracksBoardItemMoving As TracksBoardItemMovingEventHandler |
[C#] public event TracksBoardItemMovingEventHandler TracksBoardItemMoving; |
[C++] public: __event TracksBoardItemMovingEventHandler TracksBoardItemMoving; |
Event Data
The event handler receives an argument of type TracksBoardItemMovingEventArgs having the following parameters:
Parameter |
Description |
||||||
|
|
||||||
nUniqueID |
Unique identification number assigned to the sound item. Unique identification number assigned to the sound item after being generated by one of the following methods:
|
||||||
bMovedByCode |
Boolean value that specifies if the custom vertical line was moved through the TracksBoard.ItemOffsetSet method or through the mouse. Supported values are the following:
|