protected virtual void OnSensorChanged(SensorChangedEventArgs e) { if (SensorChanged != null) { SensorChanged(this, e); } }