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#if this is a LineChanged event.
null