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

In This Topic
    AddingAppointmentEventArgs Class
    In This Topic
    The AddingAppointmentEventArgs class describes routed event data for the C1Scheduler.UserAddingAppointment event.
    Object Model
    AddingAppointmentEventArgs Class
    Syntax
    'Declaration
     
    
    Public Class AddingAppointmentEventArgs 
       Inherits AppointmentActionEventArgs
    public class AddingAppointmentEventArgs : AppointmentActionEventArgs 
    Inheritance Hierarchy

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

    See Also