public void OnPropertyValueChanged(string pwstrDeviceId, PropertyKey key) { if (PropertyValueChanged != null) { PropertyValueChanged(pwstrDeviceId, key); } }
public void OnPropertyValueChanged(string pwstrDeviceId, PropertyKey key) { throw new NotImplementedException(); }