Skip to main content
All docs
V25.1
  • CustomPrintTimescaleColumnEventHandler Delegate

    A reference to a method that handles the CustomPrintTimescaleColumn event.

    Namespace: DevExpress.XtraGantt.Printing

    Assembly: DevExpress.XtraGantt.v25.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