# ItemMouseHoverEventArgs

Namespace: **Wisej.Web**

Assembly: **Wisej.Framework** (4.0.0.0)

Provides data for the [ItemMouseHover](https://docs.wisej.com/api/wisej.web/lists-and-grids/listview/..#itemmousehover) event.

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

```csharp
public class ItemMouseHoverEventArgs : EventArgs
```

{% endtab %}

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

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

{% endtab %}
{% endtabs %}

## Constructors

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

Initializes a new instance of the [ItemMouseHoverEventArgs](https://docs.wisej.com/api/wisej.web/lists-and-grids/listview/wisej.web.itemmousehovereventargs) class.

| Name     | Type                                                                                                 | Description                                                                                                                                      |
| -------- | ---------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| **item** | [ListViewItem](https://docs.wisej.com/api/wisej.web/lists-and-grids/listview/wisej.web.listviewitem) | The [ListViewItem](https://docs.wisej.com/api/wisej.web/lists-and-grids/listview/wisej.web.listviewitem) the pointer is currently hovering over. |

## Properties

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

[ListViewItem](https://docs.wisej.com/api/wisej.web/lists-and-grids/listview/wisej.web.listviewitem): Returns the item the pointer is currently hovering over.

## Used By

| Name                                                                                                                             | Description                                                                                                                                                                                                                        |
| -------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [ItemMouseHoverEventHandler](https://docs.wisej.com/api/wisej.web/lists-and-grids/listview/wisej.web.itemmousehovereventhandler) | Represents the method that will handle the [ItemMouseHover](https://docs.wisej.com/api/wisej.web/lists-and-grids/listview/..#itemmousehover) event of a [ListView](https://docs.wisej.com/api/wisej.web/lists-and-grids/listview). |
