Copyright © 2008-2019 MultiMedia Soft

AppendAutomationTotalPerc event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs during an append automation session in order to inform about the total advancement percentage. The append automation session is started through a previous call to the AppendAutomationExecute method.

 

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

 

 

Syntax

 

[Visual Basic]

Public Event AppendAutomationTotalPerc As AppendAutomationTotalPercEventHandler


 

[C#]

public event AppendAutomationTotalPercEventHandler AppendAutomationTotalPerc;


 

[C++]

public: __event AppendAutomationTotalPercEventHandler AppendAutomationTotalPerc;


 

 

Event Data

 

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

 

Parameters

Description

 

 

nPercentage

Number representing the percentage of advancement for the append session