Table of Contents

Class TimeEvent

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The TimeEvent interface, a part of SVG SMIL animation, provides specific contextual information associated with Time events.

[Value("TimeEvent")]
public class TimeEvent : Event
Inheritance
TimeEvent
Inherited Members

Remarks

Constructors

TimeEvent()

public TimeEvent()

Properties

Detail

[Value("detail")]
public long Detail { get; }

Property Value

long

View

[Value("view")]
public Window? View { get; }

Property Value

Window

Methods

InitTimeEvent(string, Window?, long)

[Value("initTimeEvent")]
public GlobalObject.Undefined InitTimeEvent(string typeArg, Window? viewArg, long detailArg)

Parameters

typeArg string
viewArg Window
detailArg long

Returns

GlobalObject.Undefined