Gets or sets the method to be called after the calendar is closed.

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

Syntax

C#
[EditorAttribute("C1.Web.UI.Design.UITypeEditors.C1ClientHandlerUITypeEditor, C1.Web.UI.Design.2", 
	typeof(UITypeEditor))]
[JsonAttribute(true, true, "")]
[C1CategoryAttribute("Category.ClientSideEvents")]
[DefaultValueAttribute("")]
[NotifyParentPropertyAttribute(true)]
public string ClientOnAfterClose { get; set; }
Visual Basic
<EditorAttribute("C1.Web.UI.Design.UITypeEditors.C1ClientHandlerUITypeEditor, C1.Web.UI.Design.2",  _
	GetType(UITypeEditor))> _
<JsonAttribute(True, True, "")> _
<C1CategoryAttribute("Category.ClientSideEvents")> _
<DefaultValueAttribute("")> _
<NotifyParentPropertyAttribute(True)> _
Public Property ClientOnAfterClose As String
	Get
	Set

See Also