CustomPrintTimescaleColumnEventHandler Delegate
In This Article
A reference to a method that handles the CustomPrintTimescaleColumn event.
Namespace: DevExpress.XtraGantt.Printing
Assembly: DevExpress.XtraGantt.v24.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 | Custom |
An object that contains event arguments. |
See Also