AppendAutomationStarted event |
|
Remarks
Occurs at the beginning of an append automation session 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 AppendAutomationStarted As EventHandler |
[C#] public event EventHandler AppendAutomationStarted; |
[C++] public: __event EventHandler AppendAutomationStarted; |
Event Data
The event handler receives an argument of type EventArgs.