Click or drag to resize
ControlChangeEventArgs Constructor
Initializes a new instance of the ControlChangeEventArgs class.

Namespace: Alvas.Audio
Assembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax
public ControlChangeEventArgs(
	int mixerID,
	int controlID
)

Parameters

mixerID
Type: SystemInt32
The mixer ID.
controlID
Type: SystemInt32
The control ID.
See Also