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)
Parameter | Type | Description |
---|---|---|
typeArg | String | Specifies the event type. |
viewArg | IAbstractView | Specifies the Event’s AbstractView. |
detailArg | Int64 | Specifies the Event’s detail. |
See Also
- interface IAbstractView
- class TimeEvent
- namespace Aspose.Svg.Events
- assembly Aspose.SVG