Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1Scheduler Class / OnAppointmentDeleted Method

In This Topic
    OnAppointmentDeleted Method (C1Scheduler)
    In This Topic
    Raises a AppointmentDeleted event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnAppointmentDeleted( _
       ByVal e As AppointmentActionEventArgs _
    ) 
    protected virtual void OnAppointmentDeleted( 
       AppointmentActionEventArgs e
    )

    Parameters

    e
    See Also