Aspose.Svg.Events Namespace

The namespace consists of classes for event based interactivity like time events and zooming.
Classes
  ClassDescription
Public classSVGZoomEvent
The 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.
Public classTimeEvent
The TimeEvent interface provides specific contextual information associated with Time events.The different types of events that can occur are: beginEvent, endEvent and repeatEvent.