EAPSchedulerEventArgs Constructor |
Constructs the event arguments
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public EAPSchedulerEventArgs(
SchedulerNavigation command,
SchedulerView currentView,
DateTime selectedDate
)
Public Sub New (
command As SchedulerNavigation,
currentView As SchedulerView,
selectedDate As DateTime
)
Parameters
- command
- Type: NetQuarrySchedulerNavigation
The navigation command. - currentView
- Type: NetQuarrySchedulerView
The current view of the scheduler control after navigation. - selectedDate
- Type: SystemDateTime
The selected date.
See Also