NetworkDiagnosticChangedEventArgs type
- diagnostische gegevens zijn het type netwerkdiagnose, bijvoorbeeld networkRcvQuality, noNetwrok, enzovoort... DeviceSpeakWhileMuted, enzovoort...
type NetworkDiagnosticChangedEventArgs = DiagnosticChangedEventArgs & {
diagnostic: NetworkDiagnosticType
}