Raises a AppointmentChanged event.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
protected virtual void OnAppointmentChanged(
	AppointmentActionEventArgs e
)
Visual Basic
Protected Overridable Sub OnAppointmentChanged ( _
	e As AppointmentActionEventArgs _
)

See Also