Initializes a new instance of the CancelAppointmentEventArgs
class with the specified appointment.
Namespace:
C1.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
| C# |
|---|
public CancelAppointmentEventArgs( Appointment appointment ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ appointment As Appointment _ ) |
Parameters
- appointment
- Type: C1.C1Schedule..::..Appointment
The Appointment object.