Fires on the client side after cells selection changed.

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

Syntax

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

Field Value

The on client cells selection changed.

See Also