InputMethodStateChangedEventArgs.IsMicrophoneStateChanged Property

Definition

Gets a value that indicates whether or not the MicrophoneState property changed.

public:
 property bool IsMicrophoneStateChanged { bool get(); };
public bool IsMicrophoneStateChanged { get; }
member this.IsMicrophoneStateChanged : bool
Public ReadOnly Property IsMicrophoneStateChanged As Boolean

Property Value

true if the MicrophoneState property changed; otherwise, false.

This property has no default value.

Applies to