Copyright © 2008-2023 MultiMedia Soft

TracksBoardDropFile event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when a new sound file item has been added to the TracksBoard's session following a drag & drop operation or a paste from the clipboard performed through the TracksBoard.ItemSoundFileFromClipboardPaste method.

 

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 TracksBoardDropFile As TracksBoardDropFileEventHandler


 

[C#]

public event TracksBoardDropFileEventHandler TracksBoardDropFile;


 

[C++]

public: __event TracksBoardDropFileEventHandler TracksBoardDropFile;


 

 

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 a paste from the clipboard or after a drag & drop operation.

This value is set to -1 when the paste or drag & drop operation fails due to the file being of an unrecognized format.