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