# FlyoutItemSelectedEventArgs

Namespace: **Wisej.Hybrid.Shared.Flyout**

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

Represents the event data sent with the [ItemSelected](https://docs.wisej.com/hybrid/start/api/wisej.hybrid.deviceflyout#itemselected) event.

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

```csharp
public class FlyoutItemSelectedEventArgs : EventArgs
```

{% endtab %}

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

```visual-basic
Public Class FlyoutItemSelectedEventArgs
    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)FlyoutItemSelectedEventArgs(item)

Initializes a new instance of [FlyoutItemSelectedEventArgs](https://docs.wisej.com/hybrid/start/api/shell/wisej.hybrid.shared.flyout.flyoutitemselectedeventargs).

| Name     | Type                                                                                              | Description                                                                                                     |
| -------- | ------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
| **item** | [FlyoutItem](https://docs.wisej.com/hybrid/start/api/shell/wisej.hybrid.shared.flyout.flyoutitem) | The selected [FlyoutItem](https://docs.wisej.com/hybrid/start/api/shell/wisej.hybrid.shared.flyout.flyoutitem). |

## 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)Item

[FlyoutItem](https://docs.wisej.com/hybrid/start/api/shell/wisej.hybrid.shared.flyout.flyoutitem): Returns the selected button.
