Alvas.Audio Class Library

Mixer.ControlChange Event

ControlChange event

[Visual Basic]
Public Event ControlChange As ControlChangeEventHandler
[C#]
public event ControlChangeEventHandler ControlChange;

Event Data

The event handler receives an argument of type ControlChangeEventArgs containing data related to this event. The following ControlChangeEventArgs properties provide information specific to this event.

Property Description
ControlID Gets Control ID
MixerID Gets Mixer ID

See Also

Mixer Class | Alvas.Audio Namespace