New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:ArtOfTest.WebAii.Javascript

Assembly:ArtOfTest.WebAii.dll

Syntax:

C#
[DataContract]
public abstract class CustomScriptEventBase : ScriptEvent

Inheritance: objectScriptEventCustomScriptEventBase

Inherited Members ScriptEvent.CanBubbleScriptEvent.IsCancelableScriptEvent.Type

Constructors

C#
protected CustomScriptEventBase()

Properties

C#
[DataMember(Name = "customFields")]
public Dictionary<string, string> Internal { get; set; }
C#
public string this[string key] { get; set; }
Parameters:keystring