# GyroscopeChangedEventArgs

Namespace: **Wisej.Hybrid.Shared.Sensors**

Assembly: **Wisej.Hybrid** (3.5.0.0)

Contains the current axis reading information from the gyroscope.

{% tabs %}
{% tab title="C#" %}

```csharp
public class GyroscopeChangedEventArgs : EventArgs
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Class GyroscopeChangedEventArgs
    Inherits EventArgs
```

{% endtab %}
{% endtabs %}

## Constructors

### ![](https://1168517704-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKLgWHTlbcMvpwVT7mLBW%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)GyroscopeChangedEventArgs(reading)

Initializes a new instance of the [GyroscopeChangedEventArgs](https://docs.wisej.com/hybrid/start/api/sensors/wisej.hybrid.shared.sensors.gyroscopechangedeventargs) class.

| Name        | Type                                                                                                       | Description                 |
| ----------- | ---------------------------------------------------------------------------------------------------------- | --------------------------- |
| **reading** | [GyroscopeData](https://docs.wisej.com/hybrid/start/api/sensors/wisej.hybrid.shared.sensors.gyroscopedata) | The gyroscope data reading. |

## Properties

### ![](https://1168517704-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKLgWHTlbcMvpwVT7mLBW%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)Reading

[GyroscopeData](https://docs.wisej.com/hybrid/start/api/sensors/wisej.hybrid.shared.sensors.gyroscopedata): The current values of the gyroscope.
