Fires on client side before appointment create.

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

Syntax

C#
[BindableAttribute(false)]
[JsonAttribute(true, true, "")]
[EditorAttribute("C1.Web.UI.Design.UITypeEditors.C1ClientHandlerUITypeEditor", 
	typeof(UITypeEditor))]
[DefaultValueAttribute("")]
[C1CategoryAttribute("Client Side Events")]
[ClientSideHandlerArgsAttribute("eventArgs")]
public string OnClientBeforeAppointmentCreate { get; set; }
Visual Basic
<BindableAttribute(False)> _
<JsonAttribute(True, True, "")> _
<EditorAttribute("C1.Web.UI.Design.UITypeEditors.C1ClientHandlerUITypeEditor",  _
	GetType(UITypeEditor))> _
<DefaultValueAttribute("")> _
<C1CategoryAttribute("Client Side Events")> _
<ClientSideHandlerArgsAttribute("eventArgs")> _
Public Property OnClientBeforeAppointmentCreate As String
	Get
	Set

See Also