The AppointmentActionEventArgs class describes routed event data for user actions on the Appointment object.

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

Syntax

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

Inheritance Hierarchy

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

See Also