The CancelAppointmentEventArgs class describes event data for Appointment events.

Namespace:  C1.C1Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public class CancelAppointmentEventArgs : EventArgs
Visual Basic
Public Class CancelAppointmentEventArgs _
	Inherits EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    C1.C1Schedule..::..CancelAppointmentEventArgs

See Also