iText 8.0.4 API
iText.Kernel.Events.IEventHandler Interface Reference

Interface for handling events. More...

Public Member Functions

void  HandleEvent (Event @event)
  Hook for handling events. More...
 

Detailed Description

Interface for handling events.

Interface for handling events. EventHandlers are added to the EventDispatcher.

Member Function Documentation

◆ HandleEvent()

void iText.Kernel.Events.IEventHandler.HandleEvent ( Event event )

Hook for handling events.

Hook for handling events. Implementations can access the PdfDocument instance associated to the specified Event or, if available, the PdfPage instance.

Parameters
event the Event that needs to be processed