Raises a AppointmentCustomAction event.

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

Syntax

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

See Also