The appointment information that was received from client. Note, this property returns null for the BeforeAppointmentDelete event.

Namespace:  C1.Web.UI.Controls.C1Schedule.Common
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public ClientAppointmentData ClientData { get; }
Visual Basic
Public ReadOnly Property ClientData As ClientAppointmentData
	Get

See Also