TracksBoardItemSelected event |
|
Remarks
Occurs when a sound items, or a volume point within the sound item, is selected on 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 TracksBoardItemSelected As TracksBoardItemSelectedEventHandler |
[C#] public event TracksBoardItemSelectedEventHandler TracksBoardItemSelected; |
[C++] public: __event TracksBoardItemSelectedEventHandler TracksBoardItemSelected; |
Event Data
The event handler receives an argument of type TracksBoardItemSelectedEventArgs having the following parameters:
Parameter |
Description |
||||||
|
|
||||||
nUniqueID |
Unique identification number assigned to the sound item after being generated by one of the following methods:
|
||||||
nVolumePoint |
Value representing the zero-based index of the selected volume point; this parameter is set to -1 if the selection was for the container sound item only |