Class

SimulatorAudioOutputChangedEventArgs

USI.Core

Reports a change to simulator-wide audio output.

public sealed class SimulatorAudioOutputChangedEventArgs : EventArgs

Constructors

SimulatorAudioOutputChangedEventArgs

public SimulatorAudioOutputChangedEventArgs(bool isEnabled)

Reports a change to simulator-wide audio output.

Properties

IsEnabled

public bool IsEnabled { get; }