OnTracksBoardItemMoving event |
|
Remarks
Occurs when a sound item inside the TracksBoard is being moved through the mouse or through code.
This event replaces the usage of the CallbackTracksboardItemMoved delegate and is only intended for usage with applications developed using Visual Basic 6 (which results unreliable when dealing with delegates and callbacks) and, in order to be enabled, requires a call to the COMEventEnable method with the nEventType parameter set to EVENT_TYPE_EDT_TRACKSB_ITEM_MOVED.
Syntax
[Visual Basic] EditorApi_OnTracksBoardItemMoving ( ByVal nUniqueID as Integer, ByVal bMovedByCode as Boolean )
where "EditorApi" is declared in Visual Basic 6 code as:
Dim WithEvents EditorApi As AudioSoundEditorApi.AudioSoundEditorApiObj |
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:
|