Skip to main content

CustomTaskSchedulingEventHandler Delegate

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

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public delegate void CustomTaskSchedulingEventHandler(
    object sender,
    CustomTaskSchedulingEventArgs e
);

Parameters

Name Type Description
sender Object

The object that raised the event.

e CustomTaskSchedulingEventArgs

An object that contains event arguments.

See Also