Skip to main content
All docs
V23.2

CustomPrintTimescaleColumnEventHandler Delegate

A reference to a method that handles the CustomPrintTimescaleColumn event.

Namespace: DevExpress.XtraGantt.Printing

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public delegate void CustomPrintTimescaleColumnEventHandler(
    object sender,
    CustomPrintTimescaleColumnEventArgs e
);

Parameters

Name Type Description
sender Object

The object that raised the event.

e CustomPrintTimescaleColumnEventArgs

An object that contains event arguments.

See Also