Interface IEventHandler
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
Eventthe 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.