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

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

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

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.Windows..::..RoutedEventArgs
      C1.WPF.C1Schedule..::..AppointmentActionEventArgs

See Also