GotoDateFormEventArgs(SchedulerViewRepository, DateTime, SchedulerViewType) Constructor
Initializes a new instance of the GotoDateFormEventArgs class with the specified repository of views, date and view type.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
public GotoDateFormEventArgs(
SchedulerViewRepository views,
DateTime date,
SchedulerViewType viewType
)
#Parameters
Name | Type | Description |
---|---|---|
views | Scheduler |
A Scheduler |
date | Date |
A Date |
view |
Scheduler |
A Scheduler |
#Remarks
Instances of the GotoDateFormEventArgs class are automatically created, initialized and passed to the corresponding event handlers.