EnumScriptEventType
Enum
Type of script events that can be invoked on an html element.
Definition
Namespace:ArtOfTest.WebAii.Core
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public enum ScriptEventType
Fields
OnDblClick
ondblclick event.
OnMouseDown
onmousedown event.
OnMouseMove
onmousemove event.
OnMouseOut
onmouseout event.
OnMouseOver
onmouseover event.