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

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

    Parameters

    e
    See Also