Skip to main content

CustomizeTimeRulerFormEventArgs(TimeRuler) Constructor

Initializes a new instance of the CustomizeTimeRulerFormEventArgs class with the specified time ruler.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

public CustomizeTimeRulerFormEventArgs(
    TimeRuler timeRuler
)
Public Sub New(
    timeRuler As TimeRuler
)

Parameters

Name Type Description
timeRuler TimeRuler

A TimeRuler object which specifies the time ruler. This value is assigned to the CustomizeTimeRulerFormEventArgs.TimeRuler property.

Remarks

Instances of the CustomizeTimeRulerFormEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also