Copyright © 2006-2010 MultiMedia Soft

DeviceChange event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs whenever the system default multimedia input/output device (sound card) is changed through the Windows Control Panel's multimedia settings or when a new USB device is plugged or unplugged.

 

asrecnet_i00005e

 

 

Syntax

 

[Visual Basic]

Public Event DeviceChange As EventHandler


 

[C#]

public event EventHandler DeviceChange;


 

[C++]

public: __event EventHandler* DeviceChange;


 

 

Event Data

 

The event handler receives an argument of type EventArgs.