Aspose.Html.Dom.Svg.Events

The namespace consists of classes for event based interactivity like time events and zooming.

Classes

ClassDescription
SVGZoomEventThe zoom event occurs when the user initiates an action which causes the current view of the SVG document fragment to be rescaled. Event handlers are only recognized on ‘svg’ elements.
TimeEventThe TimeEvent interface provides specific contextual information associated with Time events.The different types of events that can occur are: beginEvent, endEvent and repeatEvent.