Copyright © 2008-2019 MultiMedia Soft

SoundClosed event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when a sound under editing is closed and discarded from memory through a call to the CloseSound method.

 

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

 

 

Syntax

 

[Visual Basic]

Public Event SoundClosed As EventHandler


 

[C#]

public event EventHandler SoundClosed;


 

[C++]

public: __event EventHandler SoundClosed;


 

 

Event Data

 

The event handler receives an argument of type EventArgs.