Back to Devexpress

GanttCustomJSPropertiesEventHandler Delegate

aspnet-devexpress-dot-web-dot-aspxgantt-19defb92.md

latest1.2 KB
Original Source

GanttCustomJSPropertiesEventHandler Delegate

A method that handles the CustomJSProperties event.

Namespace : DevExpress.Web.ASPxGantt

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

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
senderObject

The event sender.

| | e | GanttCustomJSPropertiesEventArgs |

Contains data for the event.

|

See Also

DevExpress.Web.ASPxGantt Namespace