public DeviceDetectorEventArgs(Win32.DBT changeType, Win32.DBCH_DEVICETYPE?deviceType, object deviceInfo)
 {
     Cancel      = false;
     _ChangeType = changeType;
     _DeviceInfo = deviceInfo;
     _DeviceType = deviceType;
 }
 public DeviceDetectorEventArgs(Win32.DBT changeType, Win32.DBCH_DEVICETYPE? deviceType, object deviceInfo)
 {
     Cancel = false;
     _ChangeType = changeType;
     _DeviceInfo = deviceInfo;
     _DeviceType = deviceType;
 }