GanttCustomJSPropertiesEventHandler Delegate
A method that handles the CustomJSProperties event.
Namespace: DevExpress.Web.ASPxGantt
Assembly: DevExpress.Web.ASPxGantt.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
public delegate void GanttCustomJSPropertiesEventHandler(
object sender,
GanttCustomJSPropertiesEventArgs e
);
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The event sender. |
| e | GanttCustomJSPropertiesEventArgs | Contains data for the event. |
See Also