Copyright © 2005-2023 MultiMedia Soft

TracksBoardExportPerc event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs during the exporting session of the TracksBoard in order to notify the container application about the exporting advancement. 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 TracksBoardExportPerc As TracksBoardExportPercEventHandler


 

[C#]

public event TracksBoardExportPercEventHandler TracksBoardExportPerc;


 

[C++]

public: __event TracksBoardExportPercEventHandler TracksBoardExportPerc;


 

 

Event Data

 

The event handler receives an argument of type PercEventArgs having the following parameters:

 

Parameters

Description

 

 

nPercentage

Number representing the percentage of advancement for the sound exporting session