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