IEventListener.HandleEvent
IEventListener.HandleEvent method
This method is called whenever an event occurs of the type for which the interface was registered.
public void HandleEvent(Event @event)
Parameter | Type | Description |
---|---|---|
event | Event | The contains contextual information about the event. It also contains the and methods which are used in determining the event’s flow and default action. |
See Also
- class Event
- interface IEventListener
- namespace Aspose.Html.Dom.Events
- assembly Aspose.HTML