Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / AppointmentActionEventArgs Class
Members

In This Topic
    AppointmentActionEventArgs Class
    In This Topic
    The AppointmentActionEventArgs class describes routed event data for user actions on the Appointment object.
    Object Model
    AppointmentActionEventArgs Class
    Syntax
    'Declaration
     
    
    Public Class AppointmentActionEventArgs 
       Inherits System.Windows.RoutedEventArgs
    public class AppointmentActionEventArgs : System.Windows.RoutedEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.Windows.RoutedEventArgs
             C1.WPF.Schedule.AppointmentActionEventArgs
                C1.WPF.Schedule.AddingAppointmentEventArgs

    See Also