New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:ArtOfTest.WebAii.Javascript

Assembly:ArtOfTest.WebAii.dll

Syntax:

C#
[DataContract]
[KnownType(typeof(ScriptUIEvent))]
[KnownType(typeof(CustomScriptEventBase))]
public class ScriptEvent

Inheritance: objectScriptEvent

Derived Classes: CustomScriptEventBaseScriptUIEvent

Constructors

C#
public ScriptEvent()
C#
public ScriptEvent(string type)
Parameters:typestring

Properties

C#
[DataMember(Name = "canBubble")]
public bool CanBubble { get; set; }
C#
[DataMember(Name = "cancelable")]
public bool IsCancelable { get; set; }
C#
[DataMember(Name = "type")]
public string Type { get; set; }