Copyright © 2008-2019 MultiMedia Soft

TracksPosDetectionStarted event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs at the beginning of an audible tracks detection session previously started through a call to the TracksPositionsDetect method.

 

For further details about synchronization through Events see the How to synchronize the container application through events tutorial.

 

 

Syntax

 

[Visual Basic]

Public Event TracksPosDetectionStarted As EventHandler


 

[C#]

public event EventHandler TracksPosDetectionStarted;


 

[C++]

public: __event EventHandler* TracksPosDetectionStarted;


 

 

Event Data

 

The event handler receives an argument of type EventArgs.