Managed Windows API
MixerEventArgs Constructor (mixer, line, control)
NamespacesManagedWinapi.Audio.MixerMixerEventArgsMixerEventArgs(Mixer, MixerLine, MixerControl)
Initializes a new instance of the MixerEventArgs class.
Declaration Syntax
C#
public MixerEventArgs(
	Mixer mixer,
	MixerLine line,
	MixerControl control
)
Parameters
mixer (Mixer)
The affected mixer
line (MixerLine)
The affected line
control (MixerControl)
The affected control, or
CopyC#
null
if this is a LineChanged event.

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