This event is triggered when one (or more) sessions associated with this mixer change.
Namespace: NMixerProNETAssembly: MixerProNET (in MixerProNET.dll) Version: 2.1.0.27196 (2.1.0)
Syntax
| C# |
|---|
public event CCoreAudio..::..CMixer..::..SessionChangedEventHandler SessionChanged |
| Visual Basic |
|---|
Public Event SessionChanged As CCoreAudio..::..CMixer..::..SessionChangedEventHandler |
| Visual C++ |
|---|
public: event CCoreAudio..::..CMixer..::..SessionChangedEventHandler^ SessionChanged { void add (CCoreAudio..::..CMixer..::..SessionChangedEventHandler^ value); void remove (CCoreAudio..::..CMixer..::..SessionChangedEventHandler^ value); } |