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

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

    Parameters

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