Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1TableView Class / OnAppointmentAdded Method
An C1.C1Schedule.AppointmentEventArgs that contains appointment.

In This Topic
    OnAppointmentAdded Method (C1TableView)
    In This Topic
    Adds appointment to the view.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnAppointmentAdded( _
       ByVal e As AppointmentEventArgs _
    ) 
    protected override void OnAppointmentAdded( 
       AppointmentEventArgs e
    )

    Parameters

    e
    An C1.C1Schedule.AppointmentEventArgs that contains appointment.
    See Also