Definition
Namespace:ArtOfTest.WebAii.Javascript
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
[DataContract]
public abstract class CustomScriptEventBase : ScriptEvent
Inheritance: objectScriptEventCustomScriptEventBase
Inherited Members
Constructors
C#
protected CustomScriptEventBase()
Properties
C#
[DataMember(Name = "customFields")]
public Dictionary<string, string> Internal { get; set; }