Back to Devexpress

CustomPrintTimescaleColumnEventHandler Delegate

windowsforms-devexpress-dot-xtragantt-dot-printing-1a4aeb4f.md

latest1.4 KB
Original Source

CustomPrintTimescaleColumnEventHandler Delegate

A reference to a method that handles the CustomPrintTimescaleColumn event.

Namespace : DevExpress.XtraGantt.Printing

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

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

Parameters

NameTypeDescription
senderObject

The object that raised the event.

| | e | CustomPrintTimescaleColumnEventArgs |

An object that contains event arguments.

|

See Also

DevExpress.XtraGantt.Printing Namespace