MixAutomationStarted event |
|
Remarks
Occurs at the beginning of a mixing automation session started through a previous call to the MixAutomationExecute method.
For further details about synchronization through Events see the How to synchronize the container application through events tutorial.
Syntax
[Visual Basic] Public Event MixAutomationStarted As EventHandler |
[C#] public event EventHandler MixAutomationStarted; |
[C++] public: __event EventHandler MixAutomationStarted; |
Event Data
The event handler receives an argument of type EventArgs.