SchedulerNavigationCommandEventArgs Constructor (SchedulerNavigationCommand, DateTime) |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public SchedulerNavigationCommandEventArgs(
SchedulerNavigationCommand command,
DateTime selectedDate
)
Public Sub New (
command As SchedulerNavigationCommand,
selectedDate As DateTime
)
public:
SchedulerNavigationCommandEventArgs(
SchedulerNavigationCommand command,
DateTime selectedDate
)
new :
command : SchedulerNavigationCommand *
selectedDate : DateTime -> SchedulerNavigationCommandEventArgs
Parameters
- command
- Type: Kettic.AspNet.ControlsSchedulerNavigationCommand
- selectedDate
- Type: SystemDateTime
See Also