MutedChangedEventArgs Constructor
Namespace: DevCase.ThirdParty.VistaCoreAudioApiAssembly: DevCase.net48.ThirdParty.VistaCoreAudioApi (in DevCase.net48.ThirdParty.VistaCoreAudioApi.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public MutedChangedEventArgs(
bool isMuted
)
Public Sub New (
isMuted As Boolean
)
Dim isMuted As Boolean
Dim instance As New MutedChangedEventArgs(isMuted)
public:
MutedChangedEventArgs(
bool isMuted
)
new :
isMuted : bool -> MutedChangedEventArgs
No code example is currently available or this language may not be supported.
Parameters
- isMuted Boolean
-
A value indicating whether this instance is muted.