Table of Contents

Interface ITimeEvent

Namespace
SharpVectors.Dom.Events
Assembly
SharpVectors.Core.dll

This interface, defined in SMIL Animation: Supported interfaces, provides specific contextual information associated with Time events.

public interface ITimeEvent : IEvent
Inherited Members

Remarks

The different types of events that can occur are:

Properties

Detail

Specifies some detail information about the Event, depending on the type of the event. For this event type, indicates the repeat number for the animation.

View

The view attribute identifies the IAbstractView from which the event was generated.

Methods

InitTimeEvent(string, IAbstractView, long)

This method is used to initialize the value of a ITimeEvent created through the IDocumentEvent interface. This method may only be called before the ITimeEvent has been dispatched via the dispatchEvent method, though it may be called multiple times during that phase if necessary. If called multiple times, the final invocation takes precedence.