Table of Contents

Class Event

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

Describes abstract event.

public class Event
Inheritance
Event
Derived
Inherited Members

Constructors

Event(string)

Creates an event of the specified type.

public Event(string type)

Parameters

type string

type of event

Fields

type

A type of event.

protected string type

Field Value

string

Methods

GetEventType()

Returns the type of this event.

public virtual string GetEventType()

Returns

string

type of this event