OnClientTabBeforeActivate Property

UltimateTabstrip

UltimateTabstrip Class Library

UltimateTabstrip.OnClientTabBeforeActivate Property

Gets or sets the name of the JavaScript function to handle the client-side event that fires immediately before the tab is set as the active tab.

[Visual Basic] Public Property OnClientTabBeforeActivate As String
[C#]
public string OnClientTabBeforeActivate {get; set;}

Property Value

The name of the JavaScript function. The default value is (string) null.

Remarks

Use this property to get or set the name of the JavaScript function to handle the client-side client-side event that fires immediately before the tab is set as the active tab.

See Also

UltimateTabstrip Class | Karamasoft.WebControls.UltimateTabstrip Namespace