Table of Contents

Interface IEventHandler

Namespace
iText.Kernel.Events
Assembly
itext.kernel.dll

Interface for handling events.

public interface IEventHandler

Remarks

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

Methods

HandleEvent(Event)

Hook for handling events.

void HandleEvent(Event @event)

Parameters

event Event

the Event that needs to be processed

Remarks

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