Back to Devexpress

CustomDrawTaskEventHandler Delegate

windowsforms-devexpress-dot-xtragantt-773a8325.md

latest1.2 KB
Original Source

CustomDrawTaskEventHandler Delegate

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

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

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

Parameters

NameTypeDescription
senderObject

The object that raised the event.

| | e | CustomDrawTaskEventArgs |

An object that contains event arguments.

|

See Also

DevExpress.XtraGantt Namespace