Back to Devexpress

CustomTaskSchedulingEventHandler Delegate

windowsforms-devexpress-dot-xtragantt-a8f282cc.md

latest1.3 KB
Original Source

CustomTaskSchedulingEventHandler Delegate

Represents a reference to a method that handles the CustomTaskScheduling event.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

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

Parameters

NameTypeDescription
senderObject

The object that raised the event.

| | e | CustomTaskSchedulingEventArgs |

An object that contains event arguments.

|

See Also

DevExpress.XtraGantt Namespace