TimeEvent.InitTimeEvent

TimeEvent.InitTimeEvent method

The initTimeEvent method is used to initialize the value of a TimeEvent created through the DocumentEvent interface. This method may only be called before the TimeEvent 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.

public void InitTimeEvent(string typeArg, IAbstractView viewArg, long detailArg)
ParameterTypeDescription
typeArgStringSpecifies the event type.
viewArgIAbstractViewSpecifies the Event’s AbstractView.
detailArgInt64Specifies the Event’s detail.

See Also