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