RequestTimescaleRulersEventHandler Delegate
Represents a reference to a method that handles the RequestTimescaleRulers event.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
public delegate void RequestTimescaleRulersEventHandler(
object sender,
RequestTimescaleRulersEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The object that raised the event. |
e | Request |
An object that contains event arguments. |