Table of Contents

Method InitTimeEvent

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

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.

void InitTimeEvent(string typeArg, IAbstractView viewArg, long detailArg)

Parameters

typeArg string

Specifies the event type.

viewArg IAbstractView

Specifies the event's IAbstractView.

detailArg long

Specifies the event's detail.