Handler name of the client AfterTabSelect event.

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

Syntax

C#
[BindableAttribute(false)]
[EditorAttribute("C1.Web.UI.Design.UITypeEditors.C1ClientHandlerUITypeEditor, C1.Web.UI.Design.2", 
	typeof(UITypeEditor))]
[CategoryAttribute("Client Events")]
[LayoutAttribute(LayoutType.Behavior)]
[DescriptionAttribute("Gets or sets the handler name for the client AfterTabSelect event.")]
[DefaultValueAttribute("")]
[JsonAttribute(true, true, "")]
public string OnClientAfterTabSelect { get; set; }
Visual Basic (Declaration)
<BindableAttribute(False)> _
<EditorAttribute("C1.Web.UI.Design.UITypeEditors.C1ClientHandlerUITypeEditor, C1.Web.UI.Design.2",  _
	GetType(UITypeEditor))> _
<CategoryAttribute("Client Events")> _
<LayoutAttribute(LayoutType.Behavior)> _
<DescriptionAttribute("Gets or sets the handler name for the client AfterTabSelect event.")> _
<DefaultValueAttribute("")> _
<JsonAttribute(True, True, "")> _
Public Property OnClientAfterTabSelect As String
	Get
	Set

Remarks