protected DeviceChangedEventArgs(IDevice dev, AudioDeviceEventType type)
 {
     Device = dev;
     EventType = type;
 }
 public AudioDeviceChangedEventArgs(AudioDevice dev, AudioDeviceEventType type)
 {
     Device = dev;
     EventType = type;
 }
 public AudioDeviceChangedEventArgs(IDevice dev, AudioDeviceEventType type)
 {
     Device    = dev;
     EventType = type;
 }
 protected DeviceChangedEventArgs(IDevice dev, AudioDeviceEventType type)
 {
     Device    = dev;
     EventType = type;
 }