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

GotoDateWindowShowingEventArgs(SchedulerControl, DateTime) Constructor

Initializes a new instance of the GotoDateWindowShowingEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public GotoDateWindowShowingEventArgs(
    SchedulerControl scheduler,
    DateTime date
)

Parameters

Name Type Description
scheduler SchedulerControl

A SchedulerControl object representing the Scheduler.

date DateTime

A DateTime object representing a date shown in the Go To Date dialog. This value is assigned to the GotoDateWindowShowingEventArgs.Date property.

Remarks

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

See Also