Skip to main content
A newer version of this page is available. .

CustomDrawTimescaleColumnEventHandler Delegate

Represents a reference to a method that handles the CustomDrawTimescaleColumn event.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

public delegate void CustomDrawTimescaleColumnEventHandler(
    object sender,
    CustomDrawTimescaleColumnEventArgs e
);

Parameters

Name Type Description
sender Object

The object that raised the event.

e CustomDrawTimescaleColumnEventArgs

An object that contains event arguments.

See Also