> For the complete documentation index, see [llms.txt](https://docs.wisej.com/extensions/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wisej.com/extensions/extensions/fullcalendar/api/wisej.web.ext.fullcalendar.itemdropeventargs.md).

# ItemDropEventArgs

Namespace: **Wisej.Web.Ext.FullCalendar**

Assembly: **Wisej.Web.Ext.FullCalendar** (3.2.0.0)

* [MouseEventArgs](https://docs.wisej.com/api?q=wisej.web.mouseeventargs)
  * [DayClickEventArgs](/extensions/extensions/fullcalendar/api/wisej.web.ext.fullcalendar.dayclickeventargs.md)
    * [ItemDropEventArgs](/extensions/extensions/fullcalendar/api/wisej.web.ext.fullcalendar.itemdropeventargs.md)

Provides data for the [ItemDrop](/extensions/extensions/fullcalendar/api/wisej.web.ext.fullcalendar.fullcalendar.md#itemdrop) event of the [FullCalendar](/extensions/extensions/fullcalendar/api/wisej.web.ext.fullcalendar.fullcalendar.md) control.

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

```csharp
public class ItemDropEventArgs : DayClickEventArgs
```

{% endtab %}

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

```visual-basic
Public Class ItemDropEventArgs
    Inherits DayClickEventArgs
```

{% endtab %}
{% endtabs %}

## Properties

### ![](/files/-MirBsnmjWIxMsN8l0Ms)Item

[Control](https://docs.wisej.com/api?q=wisej.web.control): Returns the [Control](https://docs.wisej.com/api?q=wisej.web.control) that is being dropped on the [FullCalendar](/extensions/extensions/fullcalendar/api/wisej.web.ext.fullcalendar.fullcalendar.md).

### ![](/files/-MirBsnmjWIxMsN8l0Ms)ResourceId

[String](https://docs.microsoft.com/en-us/dotnet/api/system.string): Returns the id of the [Resource](/extensions/extensions/fullcalendar/api/wisej.web.ext.fullcalendar.resource.md) where the [Item](#item) is being dropped on.
