Managed Windows API
MixerEventHandler Delegate
NamespacesManagedWinapi.Audio.MixerMixerEventHandler
Represents the method that will handle the LineChanged or ControlChanged event of a Mixer.
Declaration Syntax
C#
public delegate void MixerEventHandler(
	Object sender,
	MixerEventArgs e
)
Parameters
sender (Object)
The source of the event.
e (MixerEventArgs)
A MixerEventArgs that contains the event data.

Assembly: ManagedWinapi (Module: ManagedWinapi) Version: 0.3.0.0 (0.3)