AppendAutomationFilePerc event |
|
Remarks
Occurs during an append automation session in order to inform about the advancement percentage of a single element of the session. You can be informed about the total advancement of the append session through the AppendAutomationTotalPerc event.
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 AppendAutomationFilePerc As AppendAutomationFilePercEventHandler |
[C#] public event AppendAutomationFilePercEventHandler AppendAutomationFilePerc; |
[C++] public: __event AppendAutomationFilePercEventHandler AppendAutomationFilePerc; |
Event Data
The event handler receives an argument of type AppendAutomationFilePercPercEventArgs having the following parameters:
Parameters |
Description |
|
|
nPercentage |
Number representing the current percentage of advancement for the file currently being appended by the append automation session |
nFileCounter |
Number representing the counter of the file currently being appended |