Copyright © 2005-2023 MultiMedia Soft

TracksBoardExportStarted event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when the exporting session of the TracksBoard is started. The exporting session is started through a previous call to the TracksBoard.ExportToFile method.

 

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

 

 

Syntax

 

[Visual Basic]

Public Event TracksBoardExportStarted As EventHandler


 

[C#]

public event EventHandler TracksBoardExportStarted;


 

[C++]

public: __event EventHandler* TracksBoardExportStarted;


 

 

Event Data

 

The event handler receives an argument of type EventArgs.