CustomPrintTimescaleColumnEventHandler Delegate
A reference to a method that handles the CustomPrintTimescaleColumn event.
Namespace: DevExpress.XtraGantt.Printing
Assembly: DevExpress.XtraGantt.v24.1.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