|
AppendAutomationStarted event |
![]() ![]()
|
Remarks
Occurs at the beginning of an append automation session started through a previous call to the AppendAutomationExecute method.
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.