Gets or sets the javascript function name that would be called when panel1 is expanded out by clicking the collapse/expand image.

Namespace:  C1.Web.UI.Controls.C1Splitter
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))]
[ClientSideHandlerArgsAttribute("sender, eventargs")]
[CategoryAttribute("Client-side events")]
[DefaultValueAttribute("")]
[DescriptionAttribute("Gets or sets the javascript function name that would be called when panel1 is expanded out by clicking the collapse/expand image.")]
[JsonAttribute(true, true, "")]
public string OnClientExpanded { get; set; }
Visual Basic (Declaration)
<EditorAttribute("C1.Web.UI.Design.UITypeEditors.C1ClientHandlerUITypeEditor, C1.Web.UI.Design.2",  _
	GetType(UITypeEditor))> _
<ClientSideHandlerArgsAttribute("sender, eventargs")> _
<CategoryAttribute("Client-side events")> _
<DefaultValueAttribute("")> _
<DescriptionAttribute("Gets or sets the javascript function name that would be called when panel1 is expanded out by clicking the collapse/expand image.")> _
<JsonAttribute(True, True, "")> _
Public Property OnClientExpanded As String
	Get
	Set

Remarks