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
View
[Value("view")]
public Window? View { get; }
Property Value
Methods
InitTimeEvent(string, Window?, long)
[Value("initTimeEvent")]
public GlobalObject.Undefined InitTimeEvent(string typeArg, Window? viewArg, long detailArg)