The AddingAppointmentEventArgs class describes routed event data for the UserAddingAppointment event.

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

Syntax

C#
public class AddingAppointmentEventArgs : AppointmentActionEventArgs
Visual Basic
Public Class AddingAppointmentEventArgs _
	Inherits AppointmentActionEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.Windows..::..RoutedEventArgs
      C1.Silverlight.Schedule..::..AppointmentActionEventArgs
        C1.Silverlight.Schedule..::..AddingAppointmentEventArgs

See Also