Back to Devexpress

GanttItemInsertedEventHandler Delegate

aspnet-devexpress-dot-web-dot-aspxgantt-0f7ddbd2.md

latest1.1 KB
Original Source

GanttItemInsertedEventHandler Delegate

A method that handles the related events.

Namespace : DevExpress.Web.ASPxGantt

Assembly : DevExpress.Web.ASPxGantt.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public delegate void GanttItemInsertedEventHandler(
    object sender,
    GanttItemInsertedEventArgs e
);
vb
Public Delegate Sub GanttItemInsertedEventHandler(
    sender As Object,
    e As GanttItemInsertedEventArgs
)

Parameters

NameTypeDescription
senderObject

The event sender.

| | e | GanttItemInsertedEventArgs |

Contains data for the event.

|

See Also

DevExpress.Web.ASPxGantt Namespace