AppointmentCreatedEventArgs Constructor |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public AppointmentCreatedEventArgs(
Appointment appointment,
SchedulerAppointmentContainer container
)
Public Sub New (
appointment As Appointment,
container As SchedulerAppointmentContainer
)
public:
AppointmentCreatedEventArgs(
Appointment^ appointment,
SchedulerAppointmentContainer^ container
)
new :
appointment : Appointment *
container : SchedulerAppointmentContainer -> AppointmentCreatedEventArgs
Parameters
- appointment
- Type: Kettic.AspNet.ControlsAppointment
- container
- Type: Kettic.AspNet.ControlsSchedulerAppointmentContainer
See Also