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

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

    Parameters

    e
    See Also