TracksBoardLineReached event |
|
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 TracksBoardLineReached As TracksBoardLineReachedEventHandler |
[C#] public event TracksBoardLineReachedEventHandler TracksBoardLineReached; |
[C++] public: __event TracksBoardLineReachedEventHandler TracksBoardLineReached; |
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 current position of the vertical line expressed in milliseconds |