A newer version of this page is available.
Switch to the current version.
RequestTimescaleRulersEventHandler Delegate
Represents a reference to a method that handles the RequestTimescaleRulers event.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v19.2.dll
Declaration
public delegate void RequestTimescaleRulersEventHandler(
object sender,
RequestTimescaleRulersEventArgs e
);
Public Delegate Sub RequestTimescaleRulersEventHandler(
sender As Object,
e As RequestTimescaleRulersEventArgs
)
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The object that raised the event. |
e | RequestTimescaleRulersEventArgs | An object that contains event arguments. |
See Also
Feedback