Raises a SelectedAppointmentChanged event.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
protected virtual void OnSelectedAppointmentChanged(
	PropertyChangeEventArgsBase e
)
Visual Basic (Declaration)
Protected Overridable Sub OnSelectedAppointmentChanged ( _
	e As PropertyChangeEventArgsBase _
)

See Also